PropertyTest

Global knobs to tweak the behavior of PropertyTest Addon

Properties

Link copied to clipboard

Whether compacted failure reports should attach every failed input as a suppressed throwable.

Link copied to clipboard

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).

Link copied to clipboard

Whether compacted terminal checkAll leaves should run their child bodies sequentially or cuncurrently.

Link copied to clipboard

Default number of iterations for property testing (1000)

Link copied to clipboard

The default maximum length of test element names (not display name). Defaults to TestBalloonAddons.defaultTestNameMaxLength, but setting it here will take precedence.

Link copied to clipboard

Whether compacted failure reports should omit successful input rows.