Uses of Class
org.xmlunit.assertj.ValueAssert
Packages that use ValueAssert
-
Uses of ValueAssert in org.xmlunit.assertj
Methods in org.xmlunit.assertj that return ValueAssertModifier and TypeMethodDescriptionValueAssert.describedAs(String description, Object... args) ValueAssert.isEqualTo(boolean expected) Try convert theStringunder test to boolean usingasBoolean()and compare with given value.ValueAssert.isEqualTo(double expected) Try convert theStringunder test to double usingasDouble()and compare with given value.ValueAssert.isEqualTo(int expected) XmlAssert.valueByXPath(String xPath) CreateValueAssertfrom value of given xPath expression.