Class NullCondition
java.lang.Object
uk.org.webcompere.modelassert.json.condition.NullCondition
- All Implemented Interfaces:
Condition
-
Method Summary
Modifier and TypeMethodDescriptiondescribe()Describe the conditionstatic NullConditionAccess 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 NullCondition instnace
-
test
Description copied from interface:ConditionExecute the test of the condition -
describe
Describe the condition
-