| Constructor and Description |
|---|
XmlEqualMatcher(String expectedValue)
* Creates new matcher.
|
| Modifier and Type | Method and Description |
|---|---|
void |
describeMismatchSafely(String actualValue,
org.hamcrest.Description description) |
void |
describeTo(org.hamcrest.Description description) |
boolean |
matchesSafely(String actualValue) |
public XmlEqualMatcher(String expectedValue)
expectedValue - Expected XML value.Copyright © 2016. All rights reserved.