Uses of Class
org.xmlunit.assertj3.ValueAssert
Packages that use ValueAssert
-
Uses of ValueAssert in org.xmlunit.assertj3
Methods in org.xmlunit.assertj3 that return ValueAssertModifier and TypeMethodDescription(package private) static ValueAssert
ValueAssert.create
(Object xmlSource, Map<String, String> prefix2Uri, DocumentBuilderFactory dbf, XPathFactory xpf, String xPath) ValueAssert.isEqualTo
(boolean expected) Try convert theString
under test to boolean usingasBoolean()
and compare with given value.ValueAssert.isEqualTo
(double expected) Try convert theString
under test to double usingasDouble()
and compare with given value.ValueAssert.isEqualTo
(int expected) XmlAssert.valueByXPath
(String xPath) CreateValueAssert
from value of given xPath expression.