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 voidassertXMLEqual(InputStreamReader actual, InputStreamReader control)Deprecated.since 5.0 use a regular assertThat insteadstatic voidassertXMLEqual(String reason, InputStreamReader actual, InputStreamReader control)Deprecated.since 5.0 use a regular assertThat insteadstatic org.xmlunit.matchers.CompareMatchersimilarToIgnoringOrder(String xmlString)static StringtoString(Node element)static @NotNull org.xmlunit.matchers.CompareMatcherwithUnorderedChildrenSimilarTo(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
-
-