Main Page | Namespace List | Class Hierarchy | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

runner2.cpp

Go to the documentation of this file.
00001 /* Generated file, do not edit */
00002 
00003 #ifndef CXXTEST_RUNNING
00004 #define CXXTEST_RUNNING
00005 #endif
00006 
00007 #define _CXXTEST_HAVE_STD
00008 #include <cxxtest/TestListener.h>
00009 #include <cxxtest/TestTracker.h>
00010 #include <cxxtest/TestRunner.h>
00011 #include <cxxtest/RealDescriptions.h>
00012 #include <cxxtest/ParenPrinter.h>
00013 #include <cxxtest/Win32Gui.h>
00014 
00015 int main( int argc, char *argv[] ) {
00016  return CxxTest::GuiTuiRunner<CxxTest::Win32Gui, CxxTest::ParenPrinter>( argc, argv ).run();
00017 }
00018 #include "ippSimpleServerTestCase.h"
00019 
00020 static ippSimpleServerTestCase suite_ippSimpleServerTestCase;
00021 
00022 static CxxTest::List Tests_ippSimpleServerTestCase = { 0, 0 };
00023 CxxTest::StaticSuiteDescription suiteDescription_ippSimpleServerTestCase( "ippSimpleServerTestCase.h", 14, "ippSimpleServerTestCase", suite_ippSimpleServerTestCase, Tests_ippSimpleServerTestCase );
00024 
00025 /*
00026 static class TestDescription_ippSimpleServerTestCase_testSimpleServer1 : public CxxTest::RealTestDescription {
00027 public:
00028  TestDescription_ippSimpleServerTestCase_testSimpleServer1() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 22, "testSimpleServer1" ) {}
00029  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer1(); }
00030 } testDescription_ippSimpleServerTestCase_testSimpleServer1;
00031 
00032 static class TestDescription_ippSimpleServerTestCase_testSimpleServer2 : public CxxTest::RealTestDescription {
00033 public:
00034  TestDescription_ippSimpleServerTestCase_testSimpleServer2() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 23, "testSimpleServer2" ) {}
00035  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer2(); }
00036 } testDescription_ippSimpleServerTestCase_testSimpleServer2;
00037 
00038 static class TestDescription_ippSimpleServerTestCase_testSimpleServer3 : public CxxTest::RealTestDescription {
00039 public:
00040  TestDescription_ippSimpleServerTestCase_testSimpleServer3() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 24, "testSimpleServer3" ) {}
00041  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer3(); }
00042 } testDescription_ippSimpleServerTestCase_testSimpleServer3;
00043 
00044 static class TestDescription_ippSimpleServerTestCase_testSimpleServer4 : public CxxTest::RealTestDescription {
00045 public:
00046  TestDescription_ippSimpleServerTestCase_testSimpleServer4() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 25, "testSimpleServer4" ) {}
00047  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer4(); }
00048 } testDescription_ippSimpleServerTestCase_testSimpleServer4;
00049 
00050 static class TestDescription_ippSimpleServerTestCase_testSimpleServer5 : public CxxTest::RealTestDescription {
00051 public:
00052  TestDescription_ippSimpleServerTestCase_testSimpleServer5() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 26, "testSimpleServer5" ) {}
00053  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer5(); }
00054 } testDescription_ippSimpleServerTestCase_testSimpleServer5;
00055 
00056 static class TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession : public CxxTest::RealTestDescription {
00057 public:
00058  TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 27, "testSimpleServerStartSessionEndSession" ) {}
00059  void runTest() { suite_ippSimpleServerTestCase.testSimpleServerStartSessionEndSession(); }
00060 } testDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession;
00061 
00062 static class TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand : public CxxTest::RealTestDescription {
00063 public:
00064  TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 28, "testSimpleServerReceivingInvalidCommand" ) {}
00065  void runTest() { suite_ippSimpleServerTestCase.testSimpleServerReceivingInvalidCommand(); }
00066 } testDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand;
00067 */
00068 static class TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE : public CxxTest::RealTestDescription {
00069 public:
00070  TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 29, "testSimpleServerReceivingAbortE" ) {}
00071  void runTest() { suite_ippSimpleServerTestCase.testSimpleServerReceivingAbortE(); }
00072 } testDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE;
00073 
00074 #include <cxxtest/Root.cpp>

Generated on Wed Nov 8 00:20:10 2006 for IPPDME by  doxygen 1.4.1