#include <AceUnit.h>
Data Fields | |
FixtureId_t const | id |
The Id of this fixture. | |
const char *const | name |
The name of this fixture. | |
const TestCaseId_t *const | testIds |
The ids of the test cases of this test fixture. | |
const char *const *const | testNames |
The names of the test cases of this test fixture. | |
const testMethod_t *const | testCase |
The test cases of this test fixture. | |
const testMethod_t *const | before |
The before methods of this test fixture. | |
const testMethod_t *const | after |
The after methods of this test fixture. | |
const testMethod_t *const | beforeClass |
The beforeClass methods of this test fixture. | |
const testMethod_t *const | afterClass |
The afterClass methods of this test fixture. |
FixtureId_t const TestFixture_t::id |
The Id of this fixture.
const char* const TestFixture_t::name |
The name of this fixture.
const TestCaseId_t* const TestFixture_t::testIds |
The ids of the test cases of this test fixture.
const char* const* const TestFixture_t::testNames |
The names of the test cases of this test fixture.
const testMethod_t* const TestFixture_t::testCase |
The test cases of this test fixture.
const testMethod_t* const TestFixture_t::before |
The before methods of this test fixture.
const testMethod_t* const TestFixture_t::after |
The after methods of this test fixture.
const testMethod_t* const TestFixture_t::beforeClass |
The beforeClass methods of this test fixture.
const testMethod_t* const TestFixture_t::afterClass |
The afterClass methods of this test fixture.