Uses of Class
dev.aherscu.qa.testing.utils.assertions.JXPathAssertion
-
Packages that use JXPathAssertion Package Description dev.aherscu.qa.testing.utils.assertions -
-
Uses of JXPathAssertion in dev.aherscu.qa.testing.utils.assertions
Methods in dev.aherscu.qa.testing.utils.assertions with parameters of type JXPathAssertion Modifier and Type Method Description JXPathAsserter
JXPathAsserter. assertHas(JXPathAssertion<?>... expectedContents)
Asserts that expected contents match.JXPathAsserter
JXPathAsserterImpl. assertHas(JXPathAssertion<?>... expectedContents)
Method parameters in dev.aherscu.qa.testing.utils.assertions with type arguments of type JXPathAssertion Modifier and Type Method Description JXPathAsserter
JXPathAsserter. assertHas(Iterable<? extends JXPathAssertion<?>> expectedContents)
Asserts that expected contents match.JXPathAsserter
JXPathAsserterImpl. assertHas(Iterable<? extends JXPathAssertion<?>> expectedContents)
-