| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849 |
- /* Generated file, do not edit */
- #ifndef CXXTEST_RUNNING
- #define CXXTEST_RUNNING
- #endif
- #define _CXXTEST_HAVE_STD
- #include <cxxtest/TestListener.h>
- #include <cxxtest/TestTracker.h>
- #include <cxxtest/TestRunner.h>
- #include <cxxtest/RealDescriptions.h>
- #include <cxxtest/TestMain.h>
- #include <cxxtest/ErrorPrinter.h>
- int main( int argc, char *argv[] ) {
- int status;
- CxxTest::ErrorPrinter tmp;
- CxxTest::RealWorldDescription::_worldName = "cxxtest";
- status = CxxTest::Main< CxxTest::ErrorPrinter >( tmp, argc, argv );
- return status;
- }
- bool suite_rotate_TestSuite_init = false;
- #include "rotate_tc.h"
- static rotate_TestSuite suite_rotate_TestSuite;
- static CxxTest::List Tests_rotate_TestSuite = { 0, 0 };
- CxxTest::StaticSuiteDescription suiteDescription_rotate_TestSuite( "rotate_tc.h", 77, "rotate_TestSuite", suite_rotate_TestSuite, Tests_rotate_TestSuite );
- static class TestDescription_suite_rotate_TestSuite_test_proxy1 : public CxxTest::RealTestDescription {
- public:
- TestDescription_suite_rotate_TestSuite_test_proxy1() : CxxTest::RealTestDescription( Tests_rotate_TestSuite, suiteDescription_rotate_TestSuite, 79, "test_proxy1" ) {}
- void runTest() { suite_rotate_TestSuite.test_proxy1(); }
- } testDescription_suite_rotate_TestSuite_test_proxy1;
- static class TestDescription_suite_rotate_TestSuite_test_proxy2 : public CxxTest::RealTestDescription {
- public:
- TestDescription_suite_rotate_TestSuite_test_proxy2() : CxxTest::RealTestDescription( Tests_rotate_TestSuite, suiteDescription_rotate_TestSuite, 91, "test_proxy2" ) {}
- void runTest() { suite_rotate_TestSuite.test_proxy2(); }
- } testDescription_suite_rotate_TestSuite_test_proxy2;
- static class TestDescription_suite_rotate_TestSuite_test_datamodel_center : public CxxTest::RealTestDescription {
- public:
- TestDescription_suite_rotate_TestSuite_test_datamodel_center() : CxxTest::RealTestDescription( Tests_rotate_TestSuite, suiteDescription_rotate_TestSuite, 101, "test_datamodel_center" ) {}
- void runTest() { suite_rotate_TestSuite.test_datamodel_center(); }
- } testDescription_suite_rotate_TestSuite_test_datamodel_center;
- #include <cxxtest/Root.cpp>
- const char* CxxTest::RealWorldDescription::_worldName = "cxxtest";
|