Uses of Class
org.xmlunit.assertj3.ValueAssert
Packages that use ValueAssert
-
Uses of ValueAssert in org.xmlunit.assertj3
Subclasses with type arguments of type ValueAssert in org.xmlunit.assertj3Methods in org.xmlunit.assertj3 that return ValueAssertModifier and TypeMethodDescriptionValueAssert.isEqualTo(boolean expected) Try convert theStringunder test to boolean usingValueAssert.asBoolean()and compare with given value.ValueAssert.isEqualTo(double expected) Try convert theStringunder test to double usingValueAssert.asDouble()and compare with given value.ValueAssert.isEqualTo(int expected) Try convert theStringunder test to int usingValueAssert.asInt()and compare with given value.XmlAssert.valueByXPath(String xPath) CreateValueAssertfrom value of given xPath expression.