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