Uses of Class
uk.org.webcompere.modelassert.json.condition.tree.Location
Packages that use Location
-
Uses of Location in uk.org.webcompere.modelassert.json.condition.tree
Methods in uk.org.webcompere.modelassert.json.condition.tree that return LocationModifier and TypeMethodDescriptionThe location with a childLocation.peelOffFirst()Slice the front off the location, and produce the rest of the pathMethods in uk.org.webcompere.modelassert.json.condition.tree with parameters of type LocationModifier and TypeMethodDescriptionbooleanFind out whether this path match fits the locationbooleanPathMatcher.matches(Location location, List<PathMatcher> remaining) Does this path matcher prevent a match, or do any of its successors prevent a matchbooleanDoes this rule apply to this locationbooleanRegexPathMatcher.matches(Location location, List<PathMatcher> remaining) booleanStringPathMatcher.matches(Location location, List<PathMatcher> remaining) booleanWildCardPathMatcher.matches(Location location, List<PathMatcher> remaining) static booleanPathMatcher.matchesTheRest(Location location, List<PathMatcher> remaining) Work out whether the rest of the location meets the rest of the remaining matchersConstructors in uk.org.webcompere.modelassert.json.condition.tree with parameters of type LocationModifierConstructorDescriptionArrayComparisonElementCondition(com.fasterxml.jackson.databind.JsonNode elementInExpected, int indexOfExpected, Location pathToHere, TreeComparisonCondition treeComparisonCondition) Compare an element in the target array