Class XmlUnitUtils
- java.lang.Object
-
- com.atlassian.bamboo.testutils.xml.XmlUnitUtils
-
public final class XmlUnitUtils extends Object
-
-
Method Summary
All Methods Static Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static 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
toString(Node element)
static @NotNull org.xmlunit.matchers.CompareMatcher
withUnorderedChildrenSimilarTo(String expected, String... unorderedChildren)
-
-
-
Method Detail
-
similarToIgnoringOrder
public static org.xmlunit.matchers.CompareMatcher similarToIgnoringOrder(String xmlString)
-
withUnorderedChildrenSimilarTo
@NotNull public static @NotNull org.xmlunit.matchers.CompareMatcher withUnorderedChildrenSimilarTo(String expected, String... unorderedChildren)
-
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
-
-