File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
main/java/org/springframework/ws/test
test/java/org/springframework/ws/test/support/matcher/xmlunit Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2727import org .springframework .util .Assert ;
2828import org .springframework .ws .test .support .matcher .SchemaValidatingMatcher ;
2929import org .springframework .ws .test .support .matcher .SoapHeaderMatcher ;
30- import org .springframework .ws .test .support .matcher .xmlunit2 .PayloadDiffMatcher ;
31- import org .springframework .ws .test .support .matcher .xmlunit2 .SoapEnvelopeDiffMatcher ;
30+ import org .springframework .ws .test .support .matcher .xmlunit .PayloadDiffMatcher ;
31+ import org .springframework .ws .test .support .matcher .xmlunit .SoapEnvelopeDiffMatcher ;
3232import org .springframework .xml .transform .ResourceSource ;
3333
3434/**
Original file line number Diff line number Diff line change 3131import org .springframework .ws .test .support .AssertionErrors ;
3232import org .springframework .ws .test .support .matcher .SchemaValidatingMatcher ;
3333import org .springframework .ws .test .support .matcher .SoapHeaderMatcher ;
34- import org .springframework .ws .test .support .matcher .xmlunit2 .PayloadDiffMatcher ;
35- import org .springframework .ws .test .support .matcher .xmlunit2 .SoapEnvelopeDiffMatcher ;
34+ import org .springframework .ws .test .support .matcher .xmlunit .PayloadDiffMatcher ;
35+ import org .springframework .ws .test .support .matcher .xmlunit .SoapEnvelopeDiffMatcher ;
3636import org .springframework .xml .transform .ResourceSource ;
3737
3838/**
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .ws .test .support .matcher .xmlunit2 ;
17+ package org .springframework .ws .test .support .matcher .xmlunit ;
1818
1919import org .xmlunit .diff .Diff ;
2020
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .ws .test .support .matcher .xmlunit2 ;
17+ package org .springframework .ws .test .support .matcher .xmlunit ;
1818
1919import javax .xml .transform .Source ;
2020import javax .xml .transform .TransformerException ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .ws .test .support .matcher .xmlunit2 ;
17+ package org .springframework .ws .test .support .matcher .xmlunit ;
1818
1919import java .io .IOException ;
2020
Original file line number Diff line number Diff line change 1717/**
1818 * Matcher support for XMLUnit.
1919 */
20- package org .springframework .ws .test .support .matcher .xmlunit2 ;
20+ package org .springframework .ws .test .support .matcher .xmlunit ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .ws .test .support .matcher .xmlunit2 ;
17+ package org .springframework .ws .test .support .matcher .xmlunit ;
1818
1919import jakarta .xml .soap .MessageFactory ;
2020import org .junit .jupiter .api .Test ;
Original file line number Diff line number Diff line change 1414 * limitations under the License.
1515 */
1616
17- package org .springframework .ws .test .support .matcher .xmlunit2 ;
17+ package org .springframework .ws .test .support .matcher .xmlunit ;
1818
1919import java .io .IOException ;
2020
You can’t perform that action at this time.
0 commit comments