Class MissingCondition
java.lang.Object
uk.org.webcompere.modelassert.json.condition.MissingCondition
- All Implemented Interfaces:
Condition
-
Method Summary
Modifier and TypeMethodDescriptiondescribe()Describe the conditionstatic MissingConditionAccess the one and only instancetest(com.fasterxml.jackson.databind.JsonNode json) Execute the test of the condition
-
Method Details
-
getInstance
Access the one and only instance- Returns:
- the MissingCondition instnace
-
test
Description copied from interface:ConditionExecute the test of the condition -
describe
Describe the condition
-