|
|
@@ -0,0 +1,104 @@
|
|
|
+/* Generated file, do not edit */
|
|
|
+
|
|
|
+#ifndef CXXTEST_RUNNING
|
|
|
+#define CXXTEST_RUNNING
|
|
|
+#endif
|
|
|
+
|
|
|
+#define _CXXTEST_HAVE_STD
|
|
|
+#define _CXXTEST_HAVE_EH
|
|
|
+#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_expect_TestSuite_init = false;
|
|
|
+#include "expect.t.h"
|
|
|
+
|
|
|
+static expect_TestSuite suite_expect_TestSuite;
|
|
|
+
|
|
|
+static CxxTest::List Tests_expect_TestSuite = { 0, 0 };
|
|
|
+CxxTest::StaticSuiteDescription suiteDescription_expect_TestSuite( "expect.t.h", 18, "expect_TestSuite", suite_expect_TestSuite, Tests_expect_TestSuite );
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_simple : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_simple() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 20, "test_expect_simple" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_simple(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_simple;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_fails : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_fails() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 25, "test_expect_fails" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_fails(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_fails;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_fails_with_error_type : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_fails_with_error_type() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 30, "test_expect_fails_with_error_type" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_fails_with_error_type(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_fails_with_error_type;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_fails_with_error_message : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_fails_with_error_message() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 35, "test_expect_fails_with_error_message" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_fails_with_error_message(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_fails_with_error_message;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_fails_with_custom_error_message : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_fails_with_custom_error_message() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 47, "test_expect_fails_with_custom_error_message" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_fails_with_custom_error_message(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_fails_with_custom_error_message;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_graceful : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_graceful() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 57, "test_expect_graceful" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_graceful(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_graceful;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_expect_graceful_rval : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_expect_graceful_rval() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 69, "test_expect_graceful_rval" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_expect_graceful_rval(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_expect_graceful_rval;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_return_ensure : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_return_ensure() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 73, "test_return_ensure" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_return_ensure(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_return_ensure;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_return_ensure_throws : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_return_ensure_throws() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 78, "test_return_ensure_throws" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_return_ensure_throws(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_return_ensure_throws;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_return_ensure_throws_message : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_return_ensure_throws_message() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 87, "test_return_ensure_throws_message" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_return_ensure_throws_message(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_return_ensure_throws_message;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_return_ensure_throws_custom_message : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_return_ensure_throws_custom_message() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 98, "test_return_ensure_throws_custom_message" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_return_ensure_throws_custom_message(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_return_ensure_throws_custom_message;
|
|
|
+
|
|
|
+static class TestDescription_suite_expect_TestSuite_test_return_ensure_throws_custom : public CxxTest::RealTestDescription {
|
|
|
+public:
|
|
|
+ TestDescription_suite_expect_TestSuite_test_return_ensure_throws_custom() : CxxTest::RealTestDescription( Tests_expect_TestSuite, suiteDescription_expect_TestSuite, 107, "test_return_ensure_throws_custom" ) {}
|
|
|
+ void runTest() { suite_expect_TestSuite.test_return_ensure_throws_custom(); }
|
|
|
+} testDescription_suite_expect_TestSuite_test_return_ensure_throws_custom;
|
|
|
+
|
|
|
+#include <cxxtest/Root.cpp>
|
|
|
+const char* CxxTest::RealWorldDescription::_worldName = "cxxtest";
|