1 //------------------------------------------------------------------------------
2 // BApplicationTester.h
4 //------------------------------------------------------------------------------
6 #ifndef B_APPLICATION_TESTER_H
7 #define B_APPLICATION_TESTER_H
9 // Standard Includes -----------------------------------------------------------
11 // System Includes -------------------------------------------------------------
13 // Project Includes ------------------------------------------------------------
15 // Local Includes --------------------------------------------------------------
16 #include "../common.h"
18 // Local Defines ---------------------------------------------------------------
20 // Globals ---------------------------------------------------------------------
22 class TBApplicationTester
: public TestCase
25 TBApplicationTester() {;}
26 TBApplicationTester(std::string name
) : TestCase(name
) {;}
37 #endif // B_APPLICATION_TESTER_H