Skip to content

Add new 'itemCount' options #1

Description

@sethmay

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions