Uses of Class
io.contract_testing.contractcase.definitions.matchers.arrays.ArrayLength.Builder
-
Packages that use ArrayLength.Builder Package Description io.contract_testing.contractcase.definitions.matchers.arrays -
-
Uses of ArrayLength.Builder in io.contract_testing.contractcase.definitions.matchers.arrays
Methods in io.contract_testing.contractcase.definitions.matchers.arrays that return ArrayLength.Builder Modifier and Type Method Description static ArrayLength.BuilderArrayLength.Builder. create()ArrayLength.BuilderArrayLength.Builder. maxLength(Number maxLength)The maximum length for the array - must be greater than minimum length.ArrayLength.BuilderArrayLength.Builder. minLength(Number minLength)The minimum length for the array - must be greater than zero, otherwise empty arrays pass and you wouldn't be testing the array contents.
-