Uses of Class
org.xmlunit.assertj.ValueAssert
-
Uses of ValueAssert in org.xmlunit.assertj
Modifier and TypeMethodDescriptionValueAssert.describedAs
(String description, Object... args) 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.