OpenBarnyard
 
Loading...
Searching...
No Matches
T2TestingFramework::TestAutoReg Class Reference

#include <T2TestingFramework.h>

Public Member Functions

 TestAutoReg (const TCHAR *a_pchTestName, const TCHAR *a_pchCategoryName, TestMethod_t a_fnMethod)
 

Detailed Description

Definition at line 25 of file T2TestingFramework.h.

Constructor & Destructor Documentation

◆ TestAutoReg()

T2TestingFramework::TestAutoReg::TestAutoReg ( const TCHAR * a_pchTestName,
const TCHAR * a_pchCategoryName,
TestMethod_t a_fnMethod )

Definition at line 33 of file T2TestingFramework.cpp.

34{
36 g_pTestingFramework = New<T2TestingFramework>();
37
39 a_pchTestName,
40 g_pTestingFramework->RegisterCategory( a_pchCategoryName ),
41 a_fnMethod
42 );
43}
T2TestingFramework * g_pTestingFramework
Test * RegisterTest(const TCHAR *a_pchTestName, Category *a_pCategory, TestMethod_t a_fnMethod)
Category * RegisterCategory(const TCHAR *a_pchName)

The documentation for this class was generated from the following files: