SUNENGINE 0.0.2
A simple and bright C++ game engine.
 
Loading...
Searching...
No Matches
Test Class Referenceabstract
Inheritance diagram for Test:
Inheritance graph

Public Member Functions

 Test (const char *const pTestName) noexcept
 
 Test (const Test &)=delete
 
 Test (Test &&)=delete
 
Testoperator= (const Test &)=delete
 
Testoperator= (Test &&)=delete
 
virtual void run (UnitData &, UnitStats &)=0
 
virtual void teardown () noexcept
 

Static Public Member Functions

static void RunTests ()
 

Public Attributes

const char *const pName
 
TesttestFunc
 

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