| Modifier and Type | Method and Description |
|---|---|
JsonPathAssert |
JsonPathAssert.array() |
JsonPathAssert |
JsonPathAssert.array(Object value) |
JsonPathAssert |
JsonPathAssert.arrayField() |
static JsonPathAssert |
JsonAssertions.assertThat(com.jayway.jsonpath.DocumentContext actual) |
static JsonPathAssert |
JsonAssertions.assertThat(JsonVerifiable actual) |
JsonPathAssert |
JsonPathAssert.contains(Object value) |
JsonPathAssert |
JsonPathAssert.field(Object value) |
JsonPathAssert |
JsonPathAssert.field(String... value) |
JsonPathAssert |
JsonPathAssert.isEmpty() |
JsonPathAssert |
JsonPathAssert.isEqualTo(Boolean value) |
JsonPathAssert |
JsonPathAssert.isEqualTo(Number value) |
JsonPathAssert |
JsonPathAssert.isEqualTo(String value) |
JsonPathAssert |
JsonPathAssert.isInstanceOf(Class clazz) |
JsonPathAssert |
JsonPathAssert.matches(String value) |
JsonPathAssert |
JsonPathAssert.matchesJsonPath(String jsonPath) |
static JsonPathAssert |
BDDJsonAssertions.then(com.jayway.jsonpath.DocumentContext actual) |
static JsonPathAssert |
BDDJsonAssertions.then(JsonVerifiable actual) |
JsonPathAssert |
JsonPathAssert.value() |
Copyright © 2015–2022. All rights reserved.