Uses of Interface
io.contract_testing.contractcase.definitions.matchers.arrays.ArrayLengthOptions
-
Packages that use ArrayLengthOptions Package Description io.contract_testing.contractcase.definitions.matchers.arrays -
-
Uses of ArrayLengthOptions in io.contract_testing.contractcase.definitions.matchers.arrays
Classes in io.contract_testing.contractcase.definitions.matchers.arrays that implement ArrayLengthOptions Modifier and Type Class Description static classArrayLengthOptions.Jsii$ProxyAn implementation forArrayLengthOptionsMethods in io.contract_testing.contractcase.definitions.matchers.arrays that return ArrayLengthOptions Modifier and Type Method Description ArrayLengthOptionsArrayLengthOptions.Builder. build()Builds the configured instance.Constructors in io.contract_testing.contractcase.definitions.matchers.arrays with parameters of type ArrayLengthOptions Constructor Description ArrayLength(ArrayLengthOptions options)Matches an Array whose length is within the specified range (or 1-infinity if not specified).
-