rotate_tc.cpp 2.2 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. /* Generated file, do not edit */
  2. #ifndef CXXTEST_RUNNING
  3. #define CXXTEST_RUNNING
  4. #endif
  5. #define _CXXTEST_HAVE_STD
  6. #include <cxxtest/TestListener.h>
  7. #include <cxxtest/TestTracker.h>
  8. #include <cxxtest/TestRunner.h>
  9. #include <cxxtest/RealDescriptions.h>
  10. #include <cxxtest/TestMain.h>
  11. #include <cxxtest/ErrorPrinter.h>
  12. int main( int argc, char *argv[] ) {
  13. int status;
  14. CxxTest::ErrorPrinter tmp;
  15. CxxTest::RealWorldDescription::_worldName = "cxxtest";
  16. status = CxxTest::Main< CxxTest::ErrorPrinter >( tmp, argc, argv );
  17. return status;
  18. }
  19. bool suite_rotate_TestSuite_init = false;
  20. #include "rotate_tc.h"
  21. static rotate_TestSuite suite_rotate_TestSuite;
  22. static CxxTest::List Tests_rotate_TestSuite = { 0, 0 };
  23. CxxTest::StaticSuiteDescription suiteDescription_rotate_TestSuite( "rotate_tc.h", 77, "rotate_TestSuite", suite_rotate_TestSuite, Tests_rotate_TestSuite );
  24. static class TestDescription_suite_rotate_TestSuite_test_proxy1 : public CxxTest::RealTestDescription {
  25. public:
  26. TestDescription_suite_rotate_TestSuite_test_proxy1() : CxxTest::RealTestDescription( Tests_rotate_TestSuite, suiteDescription_rotate_TestSuite, 79, "test_proxy1" ) {}
  27. void runTest() { suite_rotate_TestSuite.test_proxy1(); }
  28. } testDescription_suite_rotate_TestSuite_test_proxy1;
  29. static class TestDescription_suite_rotate_TestSuite_test_proxy2 : public CxxTest::RealTestDescription {
  30. public:
  31. TestDescription_suite_rotate_TestSuite_test_proxy2() : CxxTest::RealTestDescription( Tests_rotate_TestSuite, suiteDescription_rotate_TestSuite, 91, "test_proxy2" ) {}
  32. void runTest() { suite_rotate_TestSuite.test_proxy2(); }
  33. } testDescription_suite_rotate_TestSuite_test_proxy2;
  34. static class TestDescription_suite_rotate_TestSuite_test_datamodel_center : public CxxTest::RealTestDescription {
  35. public:
  36. TestDescription_suite_rotate_TestSuite_test_datamodel_center() : CxxTest::RealTestDescription( Tests_rotate_TestSuite, suiteDescription_rotate_TestSuite, 101, "test_datamodel_center" ) {}
  37. void runTest() { suite_rotate_TestSuite.test_datamodel_center(); }
  38. } testDescription_suite_rotate_TestSuite_test_datamodel_center;
  39. #include <cxxtest/Root.cpp>
  40. const char* CxxTest::RealWorldDescription::_worldName = "cxxtest";