checkAllSuites
Creates test suites for property-based testing using default iteration count.
Parameters
Generator for test values
whether to compact all generated child test elements into one
maximum length of test element name (not display name)
maximum length of test element display name
an optional prefix to add to the test name
Optional test configuration
Test suite block receiving generated values
Creates test suites for property-based testing with specified iterations.
Parameters
Number of test iterations to perform
Generator for test values
whether to compact all generated child test elements into one
maximum length of test element name (not display name)
maximum length of test element display name
an optional prefix to add to the test name
Optional test configuration
Test suite block receiving generated values