public class IsEquivalentXml extends org.hamcrest.TypeSafeMatcher<String>
| Constructor and Description |
|---|
IsEquivalentXml(String xml)
Creates a new instance of the matcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeTo(org.hamcrest.Description description) |
protected boolean |
matchesSafely(String item) |
describeMismatch, describeMismatchSafely, matchespublic IsEquivalentXml(String xml)
xml - The XML to compare with.Copyright © 2013. All Rights Reserved.