TestFixture_t Struct Reference

A Fixture is a collection of test cases sharing the same before, after, beforeClass and afterClass methods. More...

#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.


Detailed Description

A Fixture is a collection of test cases sharing the same before, after, beforeClass and afterClass methods.

Author:
Christian Hujer

Field Documentation

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.


The documentation for this struct was generated from the following file:
Generated on Sun Feb 13 11:10:16 2011 for AceUnit by  doxygen 1.5.3