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