Base class for all tests.
More...
Base class for all tests.
An MQLUNIT_Test can be run and collect its results.
- See also
- MQLUNIT_TestResult
◆ MQLUNIT_Test() [1/2]
MQLUNIT_Test::MQLUNIT_Test |
( |
| ) |
|
|
inline |
Constructor : creates a test using a class name as a test name.
◆ MQLUNIT_Test() [2/2]
MQLUNIT_Test::MQLUNIT_Test |
( |
const string |
name | ) |
|
|
inline |
Constructor : creates a test with a provided test name.
- Parameters
-
◆ ~MQLUNIT_Test()
virtual MQLUNIT_Test::~MQLUNIT_Test |
( |
| ) |
|
|
inlinevirtual |
◆ getName()
string MQLUNIT_Test::getName |
( |
| ) |
|
|
inline |
Returns a name of a test.
- Returns
- the name of the test
◆ run()
The documentation for this class was generated from the following file: