CFIX_FIXTURE_ENTRY
Used to add a test case to the fixture. CFIX_FIXTURE_ENTRY may be used any number of times per fixture.
Use CfixPeGetValue to access any custom state information initialized by a before-routine.
CFIX_FIXTURE_ENTRY( Routine )
Test routines must have the following signature. Specifying __stdcall is only required if /Gz is not used as compiler switch.
void __stdcall TestRoutine()