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 ValueAssertValueAssert. 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)ValueAssertValueAssert. isEqualTo(boolean expected)Try convert theStringunder test to boolean usingasBoolean()and compare with given value.ValueAssertValueAssert. isEqualTo(double expected)Try convert theStringunder test to double usingasDouble()and compare with given value.ValueAssertValueAssert. isEqualTo(int expected)Try convert theStringunder test to int usingasInt()and compare with given value.ValueAssertXmlAssert. valueByXPath(java.lang.String xPath)CreateValueAssertfrom value of given xPath expression.
-