Add new options for itemCount:
- itemCountAtLeast - array must contain at least X items
- itemCountLessThan - array must contain less than X items
- itemCountMoreThan - array must contain more than X items
- itemCountAtMost - array must contain no more than X items
This will allow testing of more general cases while still being able to bound them. Might want to alias some of these as well, such as 'itemCountGreaterThan', 'itemCountLT', 'itemCountGT', etc.
Add new options for itemCount:
This will allow testing of more general cases while still being able to bound them. Might want to alias some of these as well, such as 'itemCountGreaterThan', 'itemCountLT', 'itemCountGT', etc.