Uses of Class
ubic.gemma.rest.util.JsonAssert
-
Packages that use JsonAssert Package Description ubic.gemma.rest.util -
-
Uses of JsonAssert in ubic.gemma.rest.util
Methods in ubic.gemma.rest.util that return JsonAssert Modifier and Type Method Description JsonAssert
JsonAssert. doesNotHavePath(String jsonPath)
Ensure that a given path does not exist.JsonAssert
JsonAssert. hasPath(String jsonPath)
Ensure that a given path exists.<T> JsonAssert
JsonAssert. hasPathWithValue(String jsonPath, Object value)
Ensure that a JSON path has the given value.Methods in ubic.gemma.rest.util that return types with arguments of type JsonAssert Modifier and Type Method Description static org.assertj.core.api.InstanceOfAssertFactory<String,JsonAssert>
JsonAssert. json()
-