Package | Description |
---|---|
org.xmlunit.assertj |
AssertJ assertions on top of XMLUnit's core.
|
Modifier and Type | Method and Description |
---|---|
(package private) static ValueAssert |
ValueAssert.create(java.lang.Object xmlSource,
java.util.Map<java.lang.String,java.lang.String> prefix2Uri,
javax.xml.parsers.DocumentBuilderFactory dbf,
javax.xml.xpath.XPathFactory xpf,
java.lang.String xPath) |
ValueAssert |
ValueAssert.isEqualTo(boolean expected)
Try convert the
String under test to boolean using asBoolean() and compare with given value. |
ValueAssert |
ValueAssert.isEqualTo(double expected)
Try convert the
String under test to double using asDouble() and compare with given value. |
ValueAssert |
ValueAssert.isEqualTo(int expected)
Try convert the
String under test to int using asInt() and compare with given value. |
ValueAssert |
XmlAssert.valueByXPath(java.lang.String xPath)
Create
ValueAssert from value of given xPath expression. |