Uses of Class
uk.org.webcompere.modelassert.json.hamcrest.HamcrestJsonAssertionBuilder
Packages that use HamcrestJsonAssertionBuilder
-
Uses of HamcrestJsonAssertionBuilder in uk.org.webcompere.modelassert.json
Methods in uk.org.webcompere.modelassert.json that return HamcrestJsonAssertionBuilderModifier and TypeMethodDescriptionstatic HamcrestJsonAssertionBuilder<String>JsonAssertions.json()Begin a hamcrest matcher based on a json Stringstatic HamcrestJsonAssertionBuilder<File>JsonAssertions.jsonFile()Begin a hamcrest matcher based on a json filestatic HamcrestJsonAssertionBuilder<Path>JsonAssertions.jsonFilePath()Begin a hamcrest matcher based on a json file viaPathstatic HamcrestJsonAssertionBuilder<com.fasterxml.jackson.databind.JsonNode>JsonAssertions.jsonNode()Begin a hamcrest matcher based on a json nodestatic HamcrestJsonAssertionBuilder<Object>JsonAssertions.jsonObject()Begin a hamcrest matcher based on an objectstatic HamcrestJsonAssertionBuilder<String>JsonAssertions.yaml()Begin a hamcrest matcher based on a yaml Stringstatic HamcrestJsonAssertionBuilder<File>JsonAssertions.yamlFile()Begin a hamcrest matcher based on a yaml filestatic HamcrestJsonAssertionBuilder<Path>JsonAssertions.yamlFilePath()Begin a hamcrest matcher based on a yaml file viaPath