Config

Members

Enums

Ctors
enum Ctors
Undocumented in source.

Variables

ctors
Ctors ctors;

restrict usage of constructors

keepGoing
bool keepGoing;

continue on test error

maxDiscarded
size_t maxDiscarded;

stop test after maxDiscarded

maxFails
size_t maxFails;

stop test after maxFails

maxSize
size_t maxSize;

maximal random number of array elements tested

maxSuccess
size_t maxSuccess;

stop test after maxSuccess

maxValue
double maxValue;

maximal random number tested

minValue
double minValue;

minimal random number tested

randomizeFields
bool randomizeFields;

random initialize test data

Meta