Uses of Class
uk.org.webcompere.modelassert.json.Result
Packages that use Result
Package
Description
-
Uses of Result in uk.org.webcompere.modelassert.json
Methods in uk.org.webcompere.modelassert.json that return ResultModifier and TypeMethodDescriptionResult.invert()Flip the resultCondition.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionResult.withNewDescription(String condition) Change the description of the conditionResult.withPreCondition(String condition) Add a prefix to the condition description -
Uses of Result in uk.org.webcompere.modelassert.json.condition
Methods in uk.org.webcompere.modelassert.json.condition that return ResultModifier and TypeMethodDescriptionAndCondition.test(com.fasterxml.jackson.databind.JsonNode json) ArrayContains.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionHasSize.test(com.fasterxml.jackson.databind.JsonNode json) HasValue.test(com.fasterxml.jackson.databind.JsonNode json) HasValueWithLooseType.test(com.fasterxml.jackson.databind.JsonNode node) Ignore.test(com.fasterxml.jackson.databind.JsonNode json) IsEmpty.test(com.fasterxml.jackson.databind.JsonNode json) JsonAt.test(com.fasterxml.jackson.databind.JsonNode json) JsonIsNotNull.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionMatcherCondition.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionMatchesTextCondition.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionMissingCondition.test(com.fasterxml.jackson.databind.JsonNode json) Not.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionNullCondition.test(com.fasterxml.jackson.databind.JsonNode json) NumberCondition.test(com.fasterxml.jackson.databind.JsonNode json) ObjectContainsKeys.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the conditionOrCondition.test(com.fasterxml.jackson.databind.JsonNode json) PredicateWrappedCondition.test(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the condition -
Uses of Result in uk.org.webcompere.modelassert.json.condition.array
Methods in uk.org.webcompere.modelassert.json.condition.array that return ResultModifier and TypeMethodDescriptionLooseComparison.looseComparison(com.fasterxml.jackson.databind.node.ArrayNode arrayNode) Execute the loose array comparisonArrayElementCondition.test(com.fasterxml.jackson.databind.JsonNode json, int arrayIndex) Execute the test of the conditionArrayElementConditionAdapter.test(com.fasterxml.jackson.databind.JsonNode json, int arrayIndex) -
Uses of Result in uk.org.webcompere.modelassert.json.condition.tree
Methods in uk.org.webcompere.modelassert.json.condition.tree that return Result