| ArrayContains |
Matches an Array which contains elements that match the given matchers - note that two different matchers may be satisfied by the same item in the array.
|
| ArrayEachEntryMatches |
Matches an array where each element matches the provided matcher.
|
| ArrayEachEntryMatchesWithExample |
Matches an array where each element matches the provided matcher, but with a custom example for the whole array.
|
| ArrayLength |
Matches an Array whose length is within the specified range (or 1-infinity if not specified).
|
| ArrayLength.Builder |
|
| ArrayLengthOptions.Builder |
|
| ArrayLengthOptions.Jsii$Proxy |
|
| ArrayStartsWith |
Matches an Array which starts with the provided array of matchers - any additional elements in the array are ignored.
|