public final class XmlUnitUtils extends Object
Modifier and Type | Method and Description |
---|---|
static void |
assertXMLEqual(InputStreamReader actual,
InputStreamReader control)
Deprecated.
since 5.0 use a regular assertThat instead
|
static void |
assertXMLEqual(String reason,
InputStreamReader actual,
InputStreamReader control)
Deprecated.
since 5.0 use a regular assertThat instead
|
static org.xmlunit.matchers.CompareMatcher |
similarToIgnoringOrder(String xmlString) |
static String |
toString(Node element) |
static org.xmlunit.matchers.CompareMatcher |
withUnorderedChildrenSimilarTo(String expected,
String... unorderedChildren) |
public static org.xmlunit.matchers.CompareMatcher similarToIgnoringOrder(String xmlString)
@NotNull public static org.xmlunit.matchers.CompareMatcher withUnorderedChildrenSimilarTo(String expected, String... unorderedChildren)
@Deprecated public static void assertXMLEqual(InputStreamReader actual, InputStreamReader control) throws IOException
IOException
@Deprecated public static void assertXMLEqual(String reason, InputStreamReader actual, InputStreamReader control) throws IOException
IOException
Copyright © 2020 Atlassian Software Systems Pty Ltd. All rights reserved.