| 
    logog
    
   logger optimized for games 
   | 
 
#include <unittest.hpp>
Public Member Functions | |
| TestSignup (UnitTest *pTest) | |
Protected Attributes | |
| UnitTest * | m_pTest | 
A TestSignup is responsible for recording each instanced UnitTest in the test registry.
| TestSignup | ( | UnitTest * | pTest | ) | 
Creates a new TestSignup. Only called from constructor for UnitTest.
      
  | 
  protected | 
A pointer back to the UnitTest that created this TestSignup