PropertyTest
Global knobs to tweak the behavior of PropertyTest Addon
Properties
Whether compacted failure reports should attach every failed input as a suppressed throwable.
If true, all withData and checkAll iterations will be compacted into one test (suite) instead of one each per iteration by default. If false each iteration of withData and checkAll will create a new test (suite).
Whether compacted terminal checkAll leaves should run their child bodies sequentially or cuncurrently.
Default number of iterations for property testing (1000)
The default maximum length of test element names (not display name). Defaults to TestBalloonAddons.defaultTestNameMaxLength, but setting it here will take precedence.
Whether compacted failure reports should omit successful input rows.