Class XmlUnitUtils
java.lang.Object
com.atlassian.bamboo.testutils.xml.XmlUnitUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
assertXMLEqual
(InputStreamReader actual, InputStreamReader control) Deprecated.since 5.0 use a regular assertThat insteadstatic void
assertXMLEqual
(String reason, InputStreamReader actual, InputStreamReader control) Deprecated.since 5.0 use a regular assertThat insteadstatic org.xmlunit.matchers.CompareMatcher
similarToIgnoringOrder
(String xmlString) static String
static @NotNull org.xmlunit.matchers.CompareMatcher
withUnorderedChildrenSimilarTo
(String expected, String... unorderedChildren)
-
Method Details
-
similarToIgnoringOrder
-
withUnorderedChildrenSimilarTo
-
assertXMLEqual
@Deprecated public static void assertXMLEqual(InputStreamReader actual, InputStreamReader control) throws IOException Deprecated.since 5.0 use a regular assertThat instead- Throws:
IOException
-
assertXMLEqual
@Deprecated public static void assertXMLEqual(String reason, InputStreamReader actual, InputStreamReader control) throws IOException Deprecated.since 5.0 use a regular assertThat instead- Throws:
IOException
-
toString
-