Uses of Class
uk.org.webcompere.modelassert.json.condition.ArrayContains
Packages that use ArrayContains
-
Uses of ArrayContains in uk.org.webcompere.modelassert.json.condition
Methods in uk.org.webcompere.modelassert.json.condition that return ArrayContainsModifier and TypeMethodDescriptionstatic ArrayContainsArrayContains.containsValues(Object first, Object... rest) Create the condition to match the provided values in the arraystatic ArrayContainsArrayContains.containsValues(ConditionList conditions) Create the condition to match the provided conditions in the arraystatic ArrayContainsArrayContains.containsValuesExactly(Object first, Object... rest) Create the condition to match the provided values in the array in exact orderstatic ArrayContainsArrayContains.containsValuesExactly(ConditionList conditions) Create the condition to match the provided condition list in the array in exact order