TestData

Unit test data

Members

Variables

hidden
bool hidden;

If the test is hidden (i.e. will not run by default)

name
string name;

The name of the unit test

serial
bool serial;

If the test must be run serially

shouldFail
bool shouldFail;

If the test is expected to fail

testFunction
TestFunction testFunction;

The test function to call

Meta