Uses of Class
de.hybris.platform.integrationservices.asserts.JsonObjectAssertion
-
Packages that use JsonObjectAssertion Package Description de.hybris.platform.integrationservices.asserts de.hybris.platform.odata2services.odata.asserts -
-
Uses of JsonObjectAssertion in de.hybris.platform.integrationservices.asserts
Methods in de.hybris.platform.integrationservices.asserts that return JsonObjectAssertion Modifier and Type Method Description static JsonObjectAssertionJsonObjectAssertion. assertionOf(JsonObject json)JsonObjectAssertionStructureAssertions. assertThat(JsonObject json)JsonObjectAssertionJsonObjectAssertion. doesNotHavePath(java.lang.String path)Verifies whether the specified path does not exist or does not resolve to a value in the context JsonObject.JsonObjectAssertionJsonObjectAssertion. hasEmptyCollectionForPath(java.lang.String path)JsonObjectAssertionJsonObjectAssertion. hasPath(java.lang.String path)Verifies whether the specified path exists and resolves to a value in the context JsonObject.JsonObjectAssertionJsonObjectAssertion. hasPathContainingExactly(java.lang.String path, java.lang.Object... expected)JsonObjectAssertionJsonObjectAssertion. hasPathContainingExactly(java.lang.String path, java.util.List<java.lang.Object> expected)JsonObjectAssertionJsonObjectAssertion. hasPathWithValue(java.lang.String path, java.lang.String value)JsonObjectAssertionJsonObjectAssertion. hasPathWithValueContaining(java.lang.String path, java.lang.String value)JsonObjectAssertionJsonObjectAssertion. isEmpty()JsonObjectAssertionJsonObjectAssertion. pathContainsMatchingElement(java.lang.String path, com.jayway.jsonpath.Filter filter)Verifies whether the specified path pointing to a JSON array/collection element contains an element matching the condition.JsonObjectAssertionJsonObjectAssertion. pathHasSize(java.lang.String path, int numExpectedEntries)Verifies whether the specified path contains a JSON array/collection of the expected size. -
Uses of JsonObjectAssertion in de.hybris.platform.odata2services.odata.asserts
Methods in de.hybris.platform.odata2services.odata.asserts that return JsonObjectAssertion Modifier and Type Method Description static JsonObjectAssertionODataAssertions. assertThat(JsonObject json)JsonObjectAssertionODataResponseAssertion. jsonBody()
-