Pyrogenesis  13997
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
stub_impl_hack.cpp
Go to the documentation of this file.
1 /* Generated file, do not edit */
2 
3 #ifndef CXXTEST_RUNNING
4 #define CXXTEST_RUNNING
5 #endif
6 
7 #define _CXXTEST_HAVE_STD
8 #include "precompiled.h"
9 #include <cxxtest/TestListener.h>
10 #include <cxxtest/TestTracker.h>
11 #include <cxxtest/TestRunner.h>
12 #include <cxxtest/RealDescriptions.h>
13 
14 #include "../../../source/ps/tests/stub_impl_hack.h"
15 
17 
18 static CxxTest::List Tests_TestDummy = { 0, 0 };
19 CxxTest::StaticSuiteDescription suiteDescription_TestDummy( "../../../source/ps/tests/stub_impl_hack.h", 31, "TestDummy", suite_TestDummy, Tests_TestDummy );
20 
21 static class TestDescription_TestDummy_test_dummy : public CxxTest::RealTestDescription {
22 public:
23  TestDescription_TestDummy_test_dummy() : CxxTest::RealTestDescription( Tests_TestDummy, suiteDescription_TestDummy, 34, "test_dummy" ) {}
24  void runTest() { suite_TestDummy.test_dummy(); }
26 
static TestDummy suite_TestDummy
static CxxTest::List Tests_TestDummy
TestDescription_TestDummy_test_dummy testDescription_TestDummy_test_dummy
void test_dummy()
CxxTest::StaticSuiteDescription suiteDescription_TestDummy("../../../source/ps/tests/stub_impl_hack.h", 31,"TestDummy", suite_TestDummy, Tests_TestDummy)