#include <DataTestCaller.h> [code]
Inherits TestCase.
Inheritance diagram for DataTestCaller< Fixture >:


Do not use this class directly. It is used by DataTestSuite.
Definition at line 23 of file DataTestCaller.h.
Public Member Functions | |
| DataTestCaller (std::string name, TestMethod test, void *data, Fixture *fixture) | |
| ~DataTestCaller () | |
| void | runTest () |
| void | setUp () |
| void | tearDown () |
| std::string | toString () const |
Private Types | |
| typedef void(Fixture::* | TestMethod )() |
Private Member Functions | |
| DataTestCaller (const DataTestCaller &other) | |
| DataTestCaller & | operator= (const DataTestCaller &other) |
Private Attributes | |
| bool | m_ownFixture |
| Fixture * | m_fixture |
| TestMethod | m_test |
| void * | m_testData |
|
|||||
|
Definition at line 25 of file DataTestCaller.h. |
|
||||||||||||||||||||||||
|
Constructor for TestCaller. This constructor does not create a new Fixture instance but accepts an existing one as parameter. The TestCaller will own the Fixture object and delete it in its destructor.
Definition at line 38 of file DataTestCaller.h. |
|
|||||||||
|
Definition at line 48 of file DataTestCaller.h. |
|
||||||||||
|
|
|
||||||||||
|
|
|
|||||||||
|
Definition at line 54 of file DataTestCaller.h. |
|
|||||||||
|
Definition at line 60 of file DataTestCaller.h. |
|
|||||||||
|
Definition at line 65 of file DataTestCaller.h. |
|
|||||||||
|
Definition at line 70 of file DataTestCaller.h. |
|
|||||
|
Definition at line 81 of file DataTestCaller.h. |
|
|||||
|
Definition at line 80 of file DataTestCaller.h. |
|
|||||
|
Definition at line 82 of file DataTestCaller.h. |
|
|||||
|
Definition at line 83 of file DataTestCaller.h. |