Uses of Interface
dev.aherscu.qa.testing.utils.assertions.JXPathAsserter
-
Packages that use JXPathAsserter Package Description dev.aherscu.qa.testing.utils.assertions -
-
Uses of JXPathAsserter in dev.aherscu.qa.testing.utils.assertions
Classes in dev.aherscu.qa.testing.utils.assertions that implement JXPathAsserter Modifier and Type Class Description class
JXPathAsserterImpl
Supports asserting on multiple JXPaths.Methods in dev.aherscu.qa.testing.utils.assertions that return JXPathAsserter Modifier and Type Method Description JXPathAsserter
JXPathAsserter. assertHas(JXPathAssertion<?>... expectedContents)
Asserts that expected contents match.JXPathAsserter
JXPathAsserter. assertHas(Iterable<? extends JXPathAssertion<?>> expectedContents)
Asserts that expected contents match.JXPathAsserter
JXPathAsserterImpl. assertHas(JXPathAssertion<?>... expectedContents)
JXPathAsserter
JXPathAsserterImpl. assertHas(Iterable<? extends JXPathAssertion<?>> expectedContents)
static JXPathAsserter
JXPathAssert. with(Object object)
Creates a JXPathAsserter
-