TestData

Common data for test functions and test classes

Members

Functions

getPath
string getPath()

The test's name

isTestClass
bool isTestClass()

If the test is a class

Variables

builtin
bool builtin;
Undocumented in source.
exceptionTypeInfo
TypeInfo exceptionTypeInfo;
Undocumented in source.
flakyRetries
int flakyRetries;
Undocumented in source.
hidden
bool hidden;
Undocumented in source.
name
string name;
Undocumented in source.
shouldFail
bool shouldFail;
Undocumented in source.
singleThreaded
bool singleThreaded;
Undocumented in source.
suffix
string suffix;
Undocumented in source.
tags
string[] tags;
Undocumented in source.
testFunction
TestFunction testFunction;

only used for functions, null for classes

Meta