Class JXPathAssert
- java.lang.Object
-
- dev.aherscu.qa.testing.utils.assertions.JsonAssert
-
- dev.aherscu.qa.testing.utils.assertions.JXPathAssert
-
public class JXPathAssert extends JsonAssert
Supports asserting on multiple JXPaths.- Author:
- aherscu
-
-
Constructor Summary
Constructors Constructor Description JXPathAssert()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static JXPathAsserter
with(Object object)
Creates a JXPathAsserter-
Methods inherited from class dev.aherscu.qa.testing.utils.assertions.JsonAssert
collectionWithSize, emptyCollection, mapContainingKey, mapContainingValue, with, with, with
-
-
-
-
Method Detail
-
with
public static JXPathAsserter with(Object object)
Creates a JXPathAsserter- Parameters:
object
- the object to create a JXPathAsserter for- Returns:
- a JXPath asserter initialized with the provided document
-
-