Uses of Class
org.xmlunit.assertj3.ValueAssert
-
Packages that use ValueAssert Package Description org.xmlunit.assertj3 AssertJ 3.x assertions on top of XMLUnit's core. -
-
Uses of ValueAssert in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 that return ValueAssert Modifier and Type Method Description (package private) static ValueAssert
ValueAssert. create(java.lang.Object xmlSource, java.lang.String xPath, XmlAssertConfig config)
ValueAssert
ValueAssert. isEqualTo(boolean expected)
Try convert theString
under test to boolean usingasBoolean()
and compare with given value.ValueAssert
ValueAssert. isEqualTo(double expected)
Try convert theString
under test to double usingasDouble()
and compare with given value.ValueAssert
ValueAssert. isEqualTo(int expected)
Try convert theString
under test to int usingasInt()
and compare with given value.ValueAssert
XmlAssert. valueByXPath(java.lang.String xPath)
CreateValueAssert
from value of given xPath expression.
-