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

runner.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 static class TestDescription_ippSimpleServerTestCase_testSimpleServer1 : public CxxTest::RealTestDescription {
00026 public:
00027  TestDescription_ippSimpleServerTestCase_testSimpleServer1() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 22, "testSimpleServer1" ) {}
00028  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer1(); }
00029 } testDescription_ippSimpleServerTestCase_testSimpleServer1;
00030 
00031 static class TestDescription_ippSimpleServerTestCase_testSimpleServer2 : public CxxTest::RealTestDescription {
00032 public:
00033  TestDescription_ippSimpleServerTestCase_testSimpleServer2() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 23, "testSimpleServer2" ) {}
00034  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer2(); }
00035 } testDescription_ippSimpleServerTestCase_testSimpleServer2;
00036 
00037 static class TestDescription_ippSimpleServerTestCase_testSimpleServer3 : public CxxTest::RealTestDescription {
00038 public:
00039  TestDescription_ippSimpleServerTestCase_testSimpleServer3() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 24, "testSimpleServer3" ) {}
00040  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer3(); }
00041 } testDescription_ippSimpleServerTestCase_testSimpleServer3;
00042 
00043 static class TestDescription_ippSimpleServerTestCase_testSimpleServer4 : public CxxTest::RealTestDescription {
00044 public:
00045  TestDescription_ippSimpleServerTestCase_testSimpleServer4() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 25, "testSimpleServer4" ) {}
00046  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer4(); }
00047 } testDescription_ippSimpleServerTestCase_testSimpleServer4;
00048 
00049 static class TestDescription_ippSimpleServerTestCase_testSimpleServer5 : public CxxTest::RealTestDescription {
00050 public:
00051  TestDescription_ippSimpleServerTestCase_testSimpleServer5() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 26, "testSimpleServer5" ) {}
00052  void runTest() { suite_ippSimpleServerTestCase.testSimpleServer5(); }
00053 } testDescription_ippSimpleServerTestCase_testSimpleServer5;
00054 
00055 static class TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession : public CxxTest::RealTestDescription {
00056 public:
00057  TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 27, "testSimpleServerStartSessionEndSession" ) {}
00058  void runTest() { suite_ippSimpleServerTestCase.testSimpleServerStartSessionEndSession(); }
00059 } testDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession;
00060 
00061 static class TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand : public CxxTest::RealTestDescription {
00062 public:
00063  TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 28, "testSimpleServerReceivingInvalidCommand" ) {}
00064  void runTest() { suite_ippSimpleServerTestCase.testSimpleServerReceivingInvalidCommand(); }
00065 } testDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand;
00066 
00067 static class TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE : public CxxTest::RealTestDescription {
00068 public:
00069  TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE() : CxxTest::RealTestDescription( Tests_ippSimpleServerTestCase, suiteDescription_ippSimpleServerTestCase, 29, "testSimpleServerReceivingAbortE" ) {}
00070  void runTest() { suite_ippSimpleServerTestCase.testSimpleServerReceivingAbortE(); }
00071 } testDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE;
00072 
00073 #include "ippStringBuilderTestCase.h"
00074 
00075 static ippStringBuilderTestCase suite_ippStringBuilderTestCase;
00076 
00077 static CxxTest::List Tests_ippStringBuilderTestCase = { 0, 0 };
00078 CxxTest::StaticSuiteDescription suiteDescription_ippStringBuilderTestCase( "ippStringBuilderTestCase.h", 13, "ippStringBuilderTestCase", suite_ippStringBuilderTestCase, Tests_ippStringBuilderTestCase );
00079 
00080 static class TestDescription_ippStringBuilderTestCase_test1 : public CxxTest::RealTestDescription {
00081 public:
00082  TestDescription_ippStringBuilderTestCase_test1() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 23, "test1" ) {}
00083  void runTest() { suite_ippStringBuilderTestCase.test1(); }
00084 } testDescription_ippStringBuilderTestCase_test1;
00085 
00086 static class TestDescription_ippStringBuilderTestCase_test2 : public CxxTest::RealTestDescription {
00087 public:
00088  TestDescription_ippStringBuilderTestCase_test2() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 24, "test2" ) {}
00089  void runTest() { suite_ippStringBuilderTestCase.test2(); }
00090 } testDescription_ippStringBuilderTestCase_test2;
00091 
00092 static class TestDescription_ippStringBuilderTestCase_test3 : public CxxTest::RealTestDescription {
00093 public:
00094  TestDescription_ippStringBuilderTestCase_test3() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 25, "test3" ) {}
00095  void runTest() { suite_ippStringBuilderTestCase.test3(); }
00096 } testDescription_ippStringBuilderTestCase_test3;
00097 
00098 static class TestDescription_ippStringBuilderTestCase_test4 : public CxxTest::RealTestDescription {
00099 public:
00100  TestDescription_ippStringBuilderTestCase_test4() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 26, "test4" ) {}
00101  void runTest() { suite_ippStringBuilderTestCase.test4(); }
00102 } testDescription_ippStringBuilderTestCase_test4;
00103 
00104 static class TestDescription_ippStringBuilderTestCase_test5 : public CxxTest::RealTestDescription {
00105 public:
00106  TestDescription_ippStringBuilderTestCase_test5() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 27, "test5" ) {}
00107  void runTest() { suite_ippStringBuilderTestCase.test5(); }
00108 } testDescription_ippStringBuilderTestCase_test5;
00109 
00110 static class TestDescription_ippStringBuilderTestCase_test6 : public CxxTest::RealTestDescription {
00111 public:
00112  TestDescription_ippStringBuilderTestCase_test6() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 28, "test6" ) {}
00113  void runTest() { suite_ippStringBuilderTestCase.test6(); }
00114 } testDescription_ippStringBuilderTestCase_test6;
00115 
00116 static class TestDescription_ippStringBuilderTestCase_test7 : public CxxTest::RealTestDescription {
00117 public:
00118  TestDescription_ippStringBuilderTestCase_test7() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 29, "test7" ) {}
00119  void runTest() { suite_ippStringBuilderTestCase.test7(); }
00120 } testDescription_ippStringBuilderTestCase_test7;
00121 
00122 static class TestDescription_ippStringBuilderTestCase_test8 : public CxxTest::RealTestDescription {
00123 public:
00124  TestDescription_ippStringBuilderTestCase_test8() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 30, "test8" ) {}
00125  void runTest() { suite_ippStringBuilderTestCase.test8(); }
00126 } testDescription_ippStringBuilderTestCase_test8;
00127 
00128 static class TestDescription_ippStringBuilderTestCase_test9 : public CxxTest::RealTestDescription {
00129 public:
00130  TestDescription_ippStringBuilderTestCase_test9() : CxxTest::RealTestDescription( Tests_ippStringBuilderTestCase, suiteDescription_ippStringBuilderTestCase, 31, "test9" ) {}
00131  void runTest() { suite_ippStringBuilderTestCase.test9(); }
00132 } testDescription_ippStringBuilderTestCase_test9;
00133 
00134 #include "ippCommandParserTestCase.h"
00135 
00136 static ippCommandParserTestCase suite_ippCommandParserTestCase;
00137 
00138 static CxxTest::List Tests_ippCommandParserTestCase = { 0, 0 };
00139 CxxTest::StaticSuiteDescription suiteDescription_ippCommandParserTestCase( "ippCommandParserTestCase.h", 13, "ippCommandParserTestCase", suite_ippCommandParserTestCase, Tests_ippCommandParserTestCase );
00140 
00141 static class TestDescription_ippCommandParserTestCase_test1 : public CxxTest::RealTestDescription {
00142 public:
00143  TestDescription_ippCommandParserTestCase_test1() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 21, "test1" ) {}
00144  void runTest() { suite_ippCommandParserTestCase.test1(); }
00145 } testDescription_ippCommandParserTestCase_test1;
00146 
00147 static class TestDescription_ippCommandParserTestCase_testGetProp : public CxxTest::RealTestDescription {
00148 public:
00149  TestDescription_ippCommandParserTestCase_testGetProp() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 22, "testGetProp" ) {}
00150  void runTest() { suite_ippCommandParserTestCase.testGetProp(); }
00151 } testDescription_ippCommandParserTestCase_testGetProp;
00152 
00153 static class TestDescription_ippCommandParserTestCase_testOnPtMeasReport : public CxxTest::RealTestDescription {
00154 public:
00155  TestDescription_ippCommandParserTestCase_testOnPtMeasReport() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 23, "testOnPtMeasReport" ) {}
00156  void runTest() { suite_ippCommandParserTestCase.testOnPtMeasReport(); }
00157 } testDescription_ippCommandParserTestCase_testOnPtMeasReport;
00158 
00159 static class TestDescription_ippCommandParserTestCase_testOnPtMeas : public CxxTest::RealTestDescription {
00160 public:
00161  TestDescription_ippCommandParserTestCase_testOnPtMeas() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 24, "testOnPtMeas" ) {}
00162  void runTest() { suite_ippCommandParserTestCase.testOnPtMeas(); }
00163 } testDescription_ippCommandParserTestCase_testOnPtMeas;
00164 
00165 static class TestDescription_ippCommandParserTestCase_testOnMoveReportE : public CxxTest::RealTestDescription {
00166 public:
00167  TestDescription_ippCommandParserTestCase_testOnMoveReportE() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 25, "testOnMoveReportE" ) {}
00168  void runTest() { suite_ippCommandParserTestCase.testOnMoveReportE(); }
00169 } testDescription_ippCommandParserTestCase_testOnMoveReportE;
00170 
00171 static class TestDescription_ippCommandParserTestCase_testInvalidCommands : public CxxTest::RealTestDescription {
00172 public:
00173  TestDescription_ippCommandParserTestCase_testInvalidCommands() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 26, "testInvalidCommands" ) {}
00174  void runTest() { suite_ippCommandParserTestCase.testInvalidCommands(); }
00175 } testDescription_ippCommandParserTestCase_testInvalidCommands;
00176 
00177 static class TestDescription_ippCommandParserTestCase_testCommandWithArguments : public CxxTest::RealTestDescription {
00178 public:
00179  TestDescription_ippCommandParserTestCase_testCommandWithArguments() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 27, "testCommandWithArguments" ) {}
00180  void runTest() { suite_ippCommandParserTestCase.testCommandWithArguments(); }
00181 } testDescription_ippCommandParserTestCase_testCommandWithArguments;
00182 
00183 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat : public CxxTest::RealTestDescription {
00184 public:
00185  TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 28, "testScanOnCurve_BadFormat" ) {}
00186  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_BadFormat(); }
00187 } testDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat;
00188 
00189 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData : public CxxTest::RealTestDescription {
00190 public:
00191  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 29, "testScanOnCurve_Format1_BadData" ) {}
00192  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format1_BadData(); }
00193 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData;
00194 
00195 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData : public CxxTest::RealTestDescription {
00196 public:
00197  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 30, "testScanOnCurve_Format2_BadData" ) {}
00198  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format2_BadData(); }
00199 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData;
00200 
00201 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData : public CxxTest::RealTestDescription {
00202 public:
00203  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 31, "testScanOnCurve_Format3_BadData" ) {}
00204  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format3_BadData(); }
00205 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData;
00206 
00207 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK : public CxxTest::RealTestDescription {
00208 public:
00209  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 32, "testScanOnCurve_Format1_OK" ) {}
00210  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format1_OK(); }
00211 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK;
00212 
00213 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK : public CxxTest::RealTestDescription {
00214 public:
00215  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 33, "testScanOnCurve_Format2_OK" ) {}
00216  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format2_OK(); }
00217 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK;
00218 
00219 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK : public CxxTest::RealTestDescription {
00220 public:
00221  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 34, "testScanOnCurve_Format3_OK" ) {}
00222  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format3_OK(); }
00223 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK;
00224 
00225 static class TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input : public CxxTest::RealTestDescription {
00226 public:
00227  TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 35, "testScanOnCurve_Format1_very_long_input" ) {}
00228  void runTest() { suite_ippCommandParserTestCase.testScanOnCurve_Format1_very_long_input(); }
00229 } testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input;
00230 
00231 static class TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI : public CxxTest::RealTestDescription {
00232 public:
00233  TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI() : CxxTest::RealTestDescription( Tests_ippCommandParserTestCase, suiteDescription_ippCommandParserTestCase, 37, "testOnSamplePRGFileI" ) {}
00234  void runTest() { suite_ippCommandParserTestCase.testOnSamplePRGFileI(); }
00235 } testDescription_ippCommandParserTestCase_testOnSamplePRGFileI;
00236 
00237 #include "ippResponseTestCase.h"
00238 
00239 static ippResponseTestCase suite_ippResponseTestCase;
00240 
00241 static CxxTest::List Tests_ippResponseTestCase = { 0, 0 };
00242 CxxTest::StaticSuiteDescription suiteDescription_ippResponseTestCase( "ippResponseTestCase.h", 13, "ippResponseTestCase", suite_ippResponseTestCase, Tests_ippResponseTestCase );
00243 
00244 static class TestDescription_ippResponseTestCase_testAckResponse : public CxxTest::RealTestDescription {
00245 public:
00246  TestDescription_ippResponseTestCase_testAckResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 21, "testAckResponse" ) {}
00247  void runTest() { suite_ippResponseTestCase.testAckResponse(); }
00248 } testDescription_ippResponseTestCase_testAckResponse;
00249 
00250 static class TestDescription_ippResponseTestCase_testCenterPartResponse : public CxxTest::RealTestDescription {
00251 public:
00252  TestDescription_ippResponseTestCase_testCenterPartResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 22, "testCenterPartResponse" ) {}
00253  void runTest() { suite_ippResponseTestCase.testCenterPartResponse(); }
00254 } testDescription_ippResponseTestCase_testCenterPartResponse;
00255 
00256 static class TestDescription_ippResponseTestCase_testAlignResponse : public CxxTest::RealTestDescription {
00257 public:
00258  TestDescription_ippResponseTestCase_testAlignResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 23, "testAlignResponse" ) {}
00259  void runTest() { suite_ippResponseTestCase.testAlignResponse(); }
00260 } testDescription_ippResponseTestCase_testAlignResponse;
00261 
00262 static class TestDescription_ippResponseTestCase_testChangeToolEResponse : public CxxTest::RealTestDescription {
00263 public:
00264  TestDescription_ippResponseTestCase_testChangeToolEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 24, "testChangeToolEResponse" ) {}
00265  void runTest() { suite_ippResponseTestCase.testChangeToolEResponse(); }
00266 } testDescription_ippResponseTestCase_testChangeToolEResponse;
00267 
00268 static class TestDescription_ippResponseTestCase_testEnumPropResponse : public CxxTest::RealTestDescription {
00269 public:
00270  TestDescription_ippResponseTestCase_testEnumPropResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 25, "testEnumPropResponse" ) {}
00271  void runTest() { suite_ippResponseTestCase.testEnumPropResponse(); }
00272 } testDescription_ippResponseTestCase_testEnumPropResponse;
00273 
00274 static class TestDescription_ippResponseTestCase_testErrorResponse : public CxxTest::RealTestDescription {
00275 public:
00276  TestDescription_ippResponseTestCase_testErrorResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 26, "testErrorResponse" ) {}
00277  void runTest() { suite_ippResponseTestCase.testErrorResponse(); }
00278 } testDescription_ippResponseTestCase_testErrorResponse;
00279 
00280 static class TestDescription_ippResponseTestCase_testGetChangeToolActionResponse : public CxxTest::RealTestDescription {
00281 public:
00282  TestDescription_ippResponseTestCase_testGetChangeToolActionResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 27, "testGetChangeToolActionResponse" ) {}
00283  void runTest() { suite_ippResponseTestCase.testGetChangeToolActionResponse(); }
00284 } testDescription_ippResponseTestCase_testGetChangeToolActionResponse;
00285 
00286 static class TestDescription_ippResponseTestCase_testGetCoordSystemResponse : public CxxTest::RealTestDescription {
00287 public:
00288  TestDescription_ippResponseTestCase_testGetCoordSystemResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 28, "testGetCoordSystemResponse" ) {}
00289  void runTest() { suite_ippResponseTestCase.testGetCoordSystemResponse(); }
00290 } testDescription_ippResponseTestCase_testGetCoordSystemResponse;
00291 
00292 static class TestDescription_ippResponseTestCase_testGetCsyTransformationResponse : public CxxTest::RealTestDescription {
00293 public:
00294  TestDescription_ippResponseTestCase_testGetCsyTransformationResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 29, "testGetCsyTransformationResponse" ) {}
00295  void runTest() { suite_ippResponseTestCase.testGetCsyTransformationResponse(); }
00296 } testDescription_ippResponseTestCase_testGetCsyTransformationResponse;
00297 
00298 static class TestDescription_ippResponseTestCase_testGetDMEVersionResponse : public CxxTest::RealTestDescription {
00299 public:
00300  TestDescription_ippResponseTestCase_testGetDMEVersionResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 30, "testGetDMEVersionResponse" ) {}
00301  void runTest() { suite_ippResponseTestCase.testGetDMEVersionResponse(); }
00302 } testDescription_ippResponseTestCase_testGetDMEVersionResponse;
00303 
00304 static class TestDescription_ippResponseTestCase_testGetErrStatusEResponse : public CxxTest::RealTestDescription {
00305 public:
00306  TestDescription_ippResponseTestCase_testGetErrStatusEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 31, "testGetErrStatusEResponse" ) {}
00307  void runTest() { suite_ippResponseTestCase.testGetErrStatusEResponse(); }
00308 } testDescription_ippResponseTestCase_testGetErrStatusEResponse;
00309 
00310 static class TestDescription_ippResponseTestCase_testGetMachineClassResponse : public CxxTest::RealTestDescription {
00311 public:
00312  TestDescription_ippResponseTestCase_testGetMachineClassResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 32, "testGetMachineClassResponse" ) {}
00313  void runTest() { suite_ippResponseTestCase.testGetMachineClassResponse(); }
00314 } testDescription_ippResponseTestCase_testGetMachineClassResponse;
00315 
00316 static class TestDescription_ippResponseTestCase_testGetPropResponse : public CxxTest::RealTestDescription {
00317 public:
00318  TestDescription_ippResponseTestCase_testGetPropResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 33, "testGetPropResponse" ) {}
00319  void runTest() { suite_ippResponseTestCase.testGetPropResponse(); }
00320 } testDescription_ippResponseTestCase_testGetPropResponse;
00321 
00322 static class TestDescription_ippResponseTestCase_testGoToEResponse : public CxxTest::RealTestDescription {
00323 public:
00324  TestDescription_ippResponseTestCase_testGoToEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 34, "testGoToEResponse" ) {}
00325  void runTest() { suite_ippResponseTestCase.testGoToEResponse(); }
00326 } testDescription_ippResponseTestCase_testGoToEResponse;
00327 
00328 static class TestDescription_ippResponseTestCase_testIsHomedResponse : public CxxTest::RealTestDescription {
00329 public:
00330  TestDescription_ippResponseTestCase_testIsHomedResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 35, "testIsHomedResponse" ) {}
00331  void runTest() { suite_ippResponseTestCase.testIsHomedResponse(); }
00332 } testDescription_ippResponseTestCase_testIsHomedResponse;
00333 
00334 static class TestDescription_ippResponseTestCase_testIsUserEnabledResponse : public CxxTest::RealTestDescription {
00335 public:
00336  TestDescription_ippResponseTestCase_testIsUserEnabledResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 36, "testIsUserEnabledResponse" ) {}
00337  void runTest() { suite_ippResponseTestCase.testIsUserEnabledResponse(); }
00338 } testDescription_ippResponseTestCase_testIsUserEnabledResponse;
00339 
00340 static class TestDescription_ippResponseTestCase_testKeyPressEResponse : public CxxTest::RealTestDescription {
00341 public:
00342  TestDescription_ippResponseTestCase_testKeyPressEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 37, "testKeyPressEResponse" ) {}
00343  void runTest() { suite_ippResponseTestCase.testKeyPressEResponse(); }
00344 } testDescription_ippResponseTestCase_testKeyPressEResponse;
00345 
00346 static class TestDescription_ippResponseTestCase_testOnMoveReportEResponse : public CxxTest::RealTestDescription {
00347 public:
00348  TestDescription_ippResponseTestCase_testOnMoveReportEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 38, "testOnMoveReportEResponse" ) {}
00349  void runTest() { suite_ippResponseTestCase.testOnMoveReportEResponse(); }
00350 } testDescription_ippResponseTestCase_testOnMoveReportEResponse;
00351 
00352 static class TestDescription_ippResponseTestCase_testPtMeasEResponse : public CxxTest::RealTestDescription {
00353 public:
00354  TestDescription_ippResponseTestCase_testPtMeasEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 39, "testPtMeasEResponse" ) {}
00355  void runTest() { suite_ippResponseTestCase.testPtMeasEResponse(); }
00356 } testDescription_ippResponseTestCase_testPtMeasEResponse;
00357 
00358 static class TestDescription_ippResponseTestCase_testPtMeasOrGetResponse : public CxxTest::RealTestDescription {
00359 public:
00360  TestDescription_ippResponseTestCase_testPtMeasOrGetResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 40, "testPtMeasOrGetResponse" ) {}
00361  void runTest() { suite_ippResponseTestCase.testPtMeasOrGetResponse(); }
00362 } testDescription_ippResponseTestCase_testPtMeasOrGetResponse;
00363 
00364 static class TestDescription_ippResponseTestCase_testScanResponse : public CxxTest::RealTestDescription {
00365 public:
00366  TestDescription_ippResponseTestCase_testScanResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 41, "testScanResponse" ) {}
00367  void runTest() { suite_ippResponseTestCase.testScanResponse(); }
00368 } testDescription_ippResponseTestCase_testScanResponse;
00369 
00370 static class TestDescription_ippResponseTestCase_testSetPropEResponse : public CxxTest::RealTestDescription {
00371 public:
00372  TestDescription_ippResponseTestCase_testSetPropEResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 42, "testSetPropEResponse" ) {}
00373  void runTest() { suite_ippResponseTestCase.testSetPropEResponse(); }
00374 } testDescription_ippResponseTestCase_testSetPropEResponse;
00375 
00376 static class TestDescription_ippResponseTestCase_testSetPropEResponseMulti : public CxxTest::RealTestDescription {
00377 public:
00378  TestDescription_ippResponseTestCase_testSetPropEResponseMulti() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 43, "testSetPropEResponseMulti" ) {}
00379  void runTest() { suite_ippResponseTestCase.testSetPropEResponseMulti(); }
00380 } testDescription_ippResponseTestCase_testSetPropEResponseMulti;
00381 
00382 static class TestDescription_ippResponseTestCase_testStringResponse : public CxxTest::RealTestDescription {
00383 public:
00384  TestDescription_ippResponseTestCase_testStringResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 44, "testStringResponse" ) {}
00385  void runTest() { suite_ippResponseTestCase.testStringResponse(); }
00386 } testDescription_ippResponseTestCase_testStringResponse;
00387 
00388 static class TestDescription_ippResponseTestCase_testTiltCenterPartResponse : public CxxTest::RealTestDescription {
00389 public:
00390  TestDescription_ippResponseTestCase_testTiltCenterPartResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 45, "testTiltCenterPartResponse" ) {}
00391  void runTest() { suite_ippResponseTestCase.testTiltCenterPartResponse(); }
00392 } testDescription_ippResponseTestCase_testTiltCenterPartResponse;
00393 
00394 static class TestDescription_ippResponseTestCase_testTiltPartResponse : public CxxTest::RealTestDescription {
00395 public:
00396  TestDescription_ippResponseTestCase_testTiltPartResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 46, "testTiltPartResponse" ) {}
00397  void runTest() { suite_ippResponseTestCase.testTiltPartResponse(); }
00398 } testDescription_ippResponseTestCase_testTiltPartResponse;
00399 
00400 static class TestDescription_ippResponseTestCase_testToolAlignmentResponse : public CxxTest::RealTestDescription {
00401 public:
00402  TestDescription_ippResponseTestCase_testToolAlignmentResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 47, "testToolAlignmentResponse" ) {}
00403  void runTest() { suite_ippResponseTestCase.testToolAlignmentResponse(); }
00404 } testDescription_ippResponseTestCase_testToolAlignmentResponse;
00405 
00406 static class TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse : public CxxTest::RealTestDescription {
00407 public:
00408  TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 48, "testToolAlignmentVolumeResponse" ) {}
00409  void runTest() { suite_ippResponseTestCase.testToolAlignmentVolumeResponse(); }
00410 } testDescription_ippResponseTestCase_testToolAlignmentVolumeResponse;
00411 
00412 static class TestDescription_ippResponseTestCase_testToolIdResponse : public CxxTest::RealTestDescription {
00413 public:
00414  TestDescription_ippResponseTestCase_testToolIdResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 49, "testToolIdResponse" ) {}
00415  void runTest() { suite_ippResponseTestCase.testToolIdResponse(); }
00416 } testDescription_ippResponseTestCase_testToolIdResponse;
00417 
00418 static class TestDescription_ippResponseTestCase_testToolNameResponse : public CxxTest::RealTestDescription {
00419 public:
00420  TestDescription_ippResponseTestCase_testToolNameResponse() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 50, "testToolNameResponse" ) {}
00421  void runTest() { suite_ippResponseTestCase.testToolNameResponse(); }
00422 } testDescription_ippResponseTestCase_testToolNameResponse;
00423 
00424 static class TestDescription_ippResponseTestCase_testfindPropertyDefinition : public CxxTest::RealTestDescription {
00425 public:
00426  TestDescription_ippResponseTestCase_testfindPropertyDefinition() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 52, "testfindPropertyDefinition" ) {}
00427  void runTest() { suite_ippResponseTestCase.testfindPropertyDefinition(); }
00428 } testDescription_ippResponseTestCase_testfindPropertyDefinition;
00429 
00430 static class TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses : public CxxTest::RealTestDescription {
00431 public:
00432  TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 53, "testGenerateEnumAllPropResponses" ) {}
00433  void runTest() { suite_ippResponseTestCase.testGenerateEnumAllPropResponses(); }
00434 } testDescription_ippResponseTestCase_testGenerateEnumAllPropResponses;
00435 
00436 static class TestDescription_ippResponseTestCase_testGenerateEnumPropResponses : public CxxTest::RealTestDescription {
00437 public:
00438  TestDescription_ippResponseTestCase_testGenerateEnumPropResponses() : CxxTest::RealTestDescription( Tests_ippResponseTestCase, suiteDescription_ippResponseTestCase, 54, "testGenerateEnumPropResponses" ) {}
00439  void runTest() { suite_ippResponseTestCase.testGenerateEnumPropResponses(); }
00440 } testDescription_ippResponseTestCase_testGenerateEnumPropResponses;
00441 
00442 #include "ippCommandTestCase.h"
00443 
00444 static ippCommandTestCase suite_ippCommandTestCase;
00445 
00446 static CxxTest::List Tests_ippCommandTestCase = { 0, 0 };
00447 CxxTest::StaticSuiteDescription suiteDescription_ippCommandTestCase( "ippCommandTestCase.h", 13, "ippCommandTestCase", suite_ippCommandTestCase, Tests_ippCommandTestCase );
00448 
00449 static class TestDescription_ippCommandTestCase_testAlignPartCommand : public CxxTest::RealTestDescription {
00450 public:
00451  TestDescription_ippCommandTestCase_testAlignPartCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 21, "testAlignPartCommand" ) {}
00452  void runTest() { suite_ippCommandTestCase.testAlignPartCommand(); }
00453 } testDescription_ippCommandTestCase_testAlignPartCommand;
00454 
00455 static class TestDescription_ippCommandTestCase_testAlignToolCommand : public CxxTest::RealTestDescription {
00456 public:
00457  TestDescription_ippCommandTestCase_testAlignToolCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 22, "testAlignToolCommand" ) {}
00458  void runTest() { suite_ippCommandTestCase.testAlignToolCommand(); }
00459 } testDescription_ippCommandTestCase_testAlignToolCommand;
00460 
00461 static class TestDescription_ippCommandTestCase_testChangeToolCommand : public CxxTest::RealTestDescription {
00462 public:
00463  TestDescription_ippCommandTestCase_testChangeToolCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 23, "testChangeToolCommand" ) {}
00464  void runTest() { suite_ippCommandTestCase.testChangeToolCommand(); }
00465 } testDescription_ippCommandTestCase_testChangeToolCommand;
00466 
00467 static class TestDescription_ippCommandTestCase_testCenterPartCommand : public CxxTest::RealTestDescription {
00468 public:
00469  TestDescription_ippCommandTestCase_testCenterPartCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 24, "testCenterPartCommand" ) {}
00470  void runTest() { suite_ippCommandTestCase.testCenterPartCommand(); }
00471 } testDescription_ippCommandTestCase_testCenterPartCommand;
00472 
00473 static class TestDescription_ippCommandTestCase_testEnumAllPropCommand : public CxxTest::RealTestDescription {
00474 public:
00475  TestDescription_ippCommandTestCase_testEnumAllPropCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 25, "testEnumAllPropCommand" ) {}
00476  void runTest() { suite_ippCommandTestCase.testEnumAllPropCommand(); }
00477 } testDescription_ippCommandTestCase_testEnumAllPropCommand;
00478 
00479 static class TestDescription_ippCommandTestCase_testEnumPropCommand : public CxxTest::RealTestDescription {
00480 public:
00481  TestDescription_ippCommandTestCase_testEnumPropCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 26, "testEnumPropCommand" ) {}
00482  void runTest() { suite_ippCommandTestCase.testEnumPropCommand(); }
00483 } testDescription_ippCommandTestCase_testEnumPropCommand;
00484 
00485 static class TestDescription_ippCommandTestCase_testFindToolCommand : public CxxTest::RealTestDescription {
00486 public:
00487  TestDescription_ippCommandTestCase_testFindToolCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 27, "testFindToolCommand" ) {}
00488  void runTest() { suite_ippCommandTestCase.testFindToolCommand(); }
00489 } testDescription_ippCommandTestCase_testFindToolCommand;
00490 
00491 static class TestDescription_ippCommandTestCase_testGetChangeToolActionCommand : public CxxTest::RealTestDescription {
00492 public:
00493  TestDescription_ippCommandTestCase_testGetChangeToolActionCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 28, "testGetChangeToolActionCommand" ) {}
00494  void runTest() { suite_ippCommandTestCase.testGetChangeToolActionCommand(); }
00495 } testDescription_ippCommandTestCase_testGetChangeToolActionCommand;
00496 
00497 static class TestDescription_ippCommandTestCase_testGetCommand : public CxxTest::RealTestDescription {
00498 public:
00499  TestDescription_ippCommandTestCase_testGetCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 29, "testGetCommand" ) {}
00500  void runTest() { suite_ippCommandTestCase.testGetCommand(); }
00501 } testDescription_ippCommandTestCase_testGetCommand;
00502 
00503 static class TestDescription_ippCommandTestCase_testGetCsyTransformationCommand : public CxxTest::RealTestDescription {
00504 public:
00505  TestDescription_ippCommandTestCase_testGetCsyTransformationCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 30, "testGetCsyTransformationCommand" ) {}
00506  void runTest() { suite_ippCommandTestCase.testGetCsyTransformationCommand(); }
00507 } testDescription_ippCommandTestCase_testGetCsyTransformationCommand;
00508 
00509 static class TestDescription_ippCommandTestCase_testGetErrorInfoCommand : public CxxTest::RealTestDescription {
00510 public:
00511  TestDescription_ippCommandTestCase_testGetErrorInfoCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 31, "testGetErrorInfoCommand" ) {}
00512  void runTest() { suite_ippCommandTestCase.testGetErrorInfoCommand(); }
00513 } testDescription_ippCommandTestCase_testGetErrorInfoCommand;
00514 
00515 static class TestDescription_ippCommandTestCase_testGetPropCommand : public CxxTest::RealTestDescription {
00516 public:
00517  TestDescription_ippCommandTestCase_testGetPropCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 32, "testGetPropCommand" ) {}
00518  void runTest() { suite_ippCommandTestCase.testGetPropCommand(); }
00519 } testDescription_ippCommandTestCase_testGetPropCommand;
00520 
00521 static class TestDescription_ippCommandTestCase_testGetPropECommand : public CxxTest::RealTestDescription {
00522 public:
00523  TestDescription_ippCommandTestCase_testGetPropECommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 33, "testGetPropECommand" ) {}
00524  void runTest() { suite_ippCommandTestCase.testGetPropECommand(); }
00525 } testDescription_ippCommandTestCase_testGetPropECommand;
00526 
00527 static class TestDescription_ippCommandTestCase_testGoToCommand : public CxxTest::RealTestDescription {
00528 public:
00529  TestDescription_ippCommandTestCase_testGoToCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 34, "testGoToCommand" ) {}
00530  void runTest() { suite_ippCommandTestCase.testGoToCommand(); }
00531 } testDescription_ippCommandTestCase_testGoToCommand;
00532 
00533 static class TestDescription_ippCommandTestCase_testOnMoveReportECommand : public CxxTest::RealTestDescription {
00534 public:
00535  TestDescription_ippCommandTestCase_testOnMoveReportECommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 35, "testOnMoveReportECommand" ) {}
00536  void runTest() { suite_ippCommandTestCase.testOnMoveReportECommand(); }
00537 } testDescription_ippCommandTestCase_testOnMoveReportECommand;
00538 
00539 static class TestDescription_ippCommandTestCase_testOnPtMeasReportCommand : public CxxTest::RealTestDescription {
00540 public:
00541  TestDescription_ippCommandTestCase_testOnPtMeasReportCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 36, "testOnPtMeasReportCommand" ) {}
00542  void runTest() { suite_ippCommandTestCase.testOnPtMeasReportCommand(); }
00543 } testDescription_ippCommandTestCase_testOnPtMeasReportCommand;
00544 
00545 static class TestDescription_ippCommandTestCase_testOnScanReportCommand : public CxxTest::RealTestDescription {
00546 public:
00547  TestDescription_ippCommandTestCase_testOnScanReportCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 37, "testOnScanReportCommand" ) {}
00548  void runTest() { suite_ippCommandTestCase.testOnScanReportCommand(); }
00549 } testDescription_ippCommandTestCase_testOnScanReportCommand;
00550 
00551 static class TestDescription_ippCommandTestCase_testPtMeasCommand : public CxxTest::RealTestDescription {
00552 public:
00553  TestDescription_ippCommandTestCase_testPtMeasCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 38, "testPtMeasCommand" ) {}
00554  void runTest() { suite_ippCommandTestCase.testPtMeasCommand(); }
00555 } testDescription_ippCommandTestCase_testPtMeasCommand;
00556 
00557 static class TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand : public CxxTest::RealTestDescription {
00558 public:
00559  TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 39, "testScanInCylEndIsPlaneCommand" ) {}
00560  void runTest() { suite_ippCommandTestCase.testScanInCylEndIsPlaneCommand(); }
00561 } testDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand;
00562 
00563 static class TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand : public CxxTest::RealTestDescription {
00564 public:
00565  TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 40, "testScanInCylEndIsSphereCommand" ) {}
00566  void runTest() { suite_ippCommandTestCase.testScanInCylEndIsSphereCommand(); }
00567 } testDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand;
00568 
00569 static class TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand : public CxxTest::RealTestDescription {
00570 public:
00571  TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 41, "testScanInPlaneEndIsCylCommand" ) {}
00572  void runTest() { suite_ippCommandTestCase.testScanInPlaneEndIsCylCommand(); }
00573 } testDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand;
00574 
00575 static class TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand : public CxxTest::RealTestDescription {
00576 public:
00577  TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 42, "testScanInPlaneEndIsPlaneCommand" ) {}
00578  void runTest() { suite_ippCommandTestCase.testScanInPlaneEndIsPlaneCommand(); }
00579 } testDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand;
00580 
00581 static class TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand : public CxxTest::RealTestDescription {
00582 public:
00583  TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 43, "testScanInPlaneEndIsSphereCommand" ) {}
00584  void runTest() { suite_ippCommandTestCase.testScanInPlaneEndIsSphereCommand(); }
00585 } testDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand;
00586 
00587 static class TestDescription_ippCommandTestCase_testScanOnCircleCommand : public CxxTest::RealTestDescription {
00588 public:
00589  TestDescription_ippCommandTestCase_testScanOnCircleCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 44, "testScanOnCircleCommand" ) {}
00590  void runTest() { suite_ippCommandTestCase.testScanOnCircleCommand(); }
00591 } testDescription_ippCommandTestCase_testScanOnCircleCommand;
00592 
00593 static class TestDescription_ippCommandTestCase_testScanOnCircleHintCommand : public CxxTest::RealTestDescription {
00594 public:
00595  TestDescription_ippCommandTestCase_testScanOnCircleHintCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 45, "testScanOnCircleHintCommand" ) {}
00596  void runTest() { suite_ippCommandTestCase.testScanOnCircleHintCommand(); }
00597 } testDescription_ippCommandTestCase_testScanOnCircleHintCommand;
00598 
00599 static class TestDescription_ippCommandTestCase_testScanOnLineCommand : public CxxTest::RealTestDescription {
00600 public:
00601  TestDescription_ippCommandTestCase_testScanOnLineCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 46, "testScanOnLineCommand" ) {}
00602  void runTest() { suite_ippCommandTestCase.testScanOnLineCommand(); }
00603 } testDescription_ippCommandTestCase_testScanOnLineCommand;
00604 
00605 static class TestDescription_ippCommandTestCase_testScanOnLineHintCommand : public CxxTest::RealTestDescription {
00606 public:
00607  TestDescription_ippCommandTestCase_testScanOnLineHintCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 47, "testScanOnLineHintCommand" ) {}
00608  void runTest() { suite_ippCommandTestCase.testScanOnLineHintCommand(); }
00609 } testDescription_ippCommandTestCase_testScanOnLineHintCommand;
00610 
00611 static class TestDescription_ippCommandTestCase_testScanUnknownHintCommand : public CxxTest::RealTestDescription {
00612 public:
00613  TestDescription_ippCommandTestCase_testScanUnknownHintCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 48, "testScanUnknownHintCommand" ) {}
00614  void runTest() { suite_ippCommandTestCase.testScanUnknownHintCommand(); }
00615 } testDescription_ippCommandTestCase_testScanUnknownHintCommand;
00616 
00617 static class TestDescription_ippCommandTestCase_testSetCoordSystemCommand : public CxxTest::RealTestDescription {
00618 public:
00619  TestDescription_ippCommandTestCase_testSetCoordSystemCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 49, "testSetCoordSystemCommand" ) {}
00620  void runTest() { suite_ippCommandTestCase.testSetCoordSystemCommand(); }
00621 } testDescription_ippCommandTestCase_testSetCoordSystemCommand;
00622 
00623 static class TestDescription_ippCommandTestCase_testSetCsyTransformationCommand : public CxxTest::RealTestDescription {
00624 public:
00625  TestDescription_ippCommandTestCase_testSetCsyTransformationCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 50, "testSetCsyTransformationCommand" ) {}
00626  void runTest() { suite_ippCommandTestCase.testSetCsyTransformationCommand(); }
00627 } testDescription_ippCommandTestCase_testSetCsyTransformationCommand;
00628 
00629 static class TestDescription_ippCommandTestCase_testSetPropCommand : public CxxTest::RealTestDescription {
00630 public:
00631  TestDescription_ippCommandTestCase_testSetPropCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 51, "testSetPropCommand" ) {}
00632  void runTest() { suite_ippCommandTestCase.testSetPropCommand(); }
00633 } testDescription_ippCommandTestCase_testSetPropCommand;
00634 
00635 static class TestDescription_ippCommandTestCase_testSetToolCommand : public CxxTest::RealTestDescription {
00636 public:
00637  TestDescription_ippCommandTestCase_testSetToolCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 52, "testSetToolCommand" ) {}
00638  void runTest() { suite_ippCommandTestCase.testSetToolCommand(); }
00639 } testDescription_ippCommandTestCase_testSetToolCommand;
00640 
00641 static class TestDescription_ippCommandTestCase_testStopDaemonCommand : public CxxTest::RealTestDescription {
00642 public:
00643  TestDescription_ippCommandTestCase_testStopDaemonCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 53, "testStopDaemonCommand" ) {}
00644  void runTest() { suite_ippCommandTestCase.testStopDaemonCommand(); }
00645 } testDescription_ippCommandTestCase_testStopDaemonCommand;
00646 
00647 static class TestDescription_ippCommandTestCase_testTiltCenterPartCommand : public CxxTest::RealTestDescription {
00648 public:
00649  TestDescription_ippCommandTestCase_testTiltCenterPartCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 54, "testTiltCenterPartCommand" ) {}
00650  void runTest() { suite_ippCommandTestCase.testTiltCenterPartCommand(); }
00651 } testDescription_ippCommandTestCase_testTiltCenterPartCommand;
00652 
00653 static class TestDescription_ippCommandTestCase_testTiltPartCommand : public CxxTest::RealTestDescription {
00654 public:
00655  TestDescription_ippCommandTestCase_testTiltPartCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 55, "testTiltPartCommand" ) {}
00656  void runTest() { suite_ippCommandTestCase.testTiltPartCommand(); }
00657 } testDescription_ippCommandTestCase_testTiltPartCommand;
00658 
00659 static class TestDescription_ippCommandTestCase_testLockAxisCommand : public CxxTest::RealTestDescription {
00660 public:
00661  TestDescription_ippCommandTestCase_testLockAxisCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 56, "testLockAxisCommand" ) {}
00662  void runTest() { suite_ippCommandTestCase.testLockAxisCommand(); }
00663 } testDescription_ippCommandTestCase_testLockAxisCommand;
00664 
00665 static class TestDescription_ippCommandTestCase_testReQualifyCommand : public CxxTest::RealTestDescription {
00666 public:
00667  TestDescription_ippCommandTestCase_testReQualifyCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 57, "testReQualifyCommand" ) {}
00668  void runTest() { suite_ippCommandTestCase.testReQualifyCommand(); }
00669 } testDescription_ippCommandTestCase_testReQualifyCommand;
00670 
00671 static class TestDescription_ippCommandTestCase_testEnumToolsCommand : public CxxTest::RealTestDescription {
00672 public:
00673  TestDescription_ippCommandTestCase_testEnumToolsCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 58, "testEnumToolsCommand" ) {}
00674  void runTest() { suite_ippCommandTestCase.testEnumToolsCommand(); }
00675 } testDescription_ippCommandTestCase_testEnumToolsCommand;
00676 
00677 static class TestDescription_ippCommandTestCase_testEnumToolCollectionCommand : public CxxTest::RealTestDescription {
00678 public:
00679  TestDescription_ippCommandTestCase_testEnumToolCollectionCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 61, "testEnumToolCollectionCommand" ) {}
00680  void runTest() { suite_ippCommandTestCase.testEnumToolCollectionCommand(); }
00681 } testDescription_ippCommandTestCase_testEnumToolCollectionCommand;
00682 
00683 static class TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand : public CxxTest::RealTestDescription {
00684 public:
00685  TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 62, "testEnumAllToolCollectionsCommand" ) {}
00686  void runTest() { suite_ippCommandTestCase.testEnumAllToolCollectionsCommand(); }
00687 } testDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand;
00688 
00689 static class TestDescription_ippCommandTestCase_testOpenToolCollectionCommand : public CxxTest::RealTestDescription {
00690 public:
00691  TestDescription_ippCommandTestCase_testOpenToolCollectionCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 63, "testOpenToolCollectionCommand" ) {}
00692  void runTest() { suite_ippCommandTestCase.testOpenToolCollectionCommand(); }
00693 } testDescription_ippCommandTestCase_testOpenToolCollectionCommand;
00694 
00695 static class TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand : public CxxTest::RealTestDescription {
00696 public:
00697  TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 65, "testGetNamedCsyTransformationCommand" ) {}
00698  void runTest() { suite_ippCommandTestCase.testGetNamedCsyTransformationCommand(); }
00699 } testDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand;
00700 
00701 static class TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand : public CxxTest::RealTestDescription {
00702 public:
00703  TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 66, "testSaveNamedCsyTransformationCommand" ) {}
00704  void runTest() { suite_ippCommandTestCase.testSaveNamedCsyTransformationCommand(); }
00705 } testDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand;
00706 
00707 static class TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand : public CxxTest::RealTestDescription {
00708 public:
00709  TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 68, "testPtMeasSelfCenterCommand" ) {}
00710  void runTest() { suite_ippCommandTestCase.testPtMeasSelfCenterCommand(); }
00711 } testDescription_ippCommandTestCase_testPtMeasSelfCenterCommand;
00712 
00713 static class TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand : public CxxTest::RealTestDescription {
00714 public:
00715  TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 69, "testPtMeasSelfCenterLockedCommand" ) {}
00716  void runTest() { suite_ippCommandTestCase.testPtMeasSelfCenterLockedCommand(); }
00717 } testDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand;
00718 
00719 static class TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand : public CxxTest::RealTestDescription {
00720 public:
00721  TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 70, "testSaveActiveCoordSystemCommand" ) {}
00722  void runTest() { suite_ippCommandTestCase.testSaveActiveCoordSystemCommand(); }
00723 } testDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand;
00724 
00725 static class TestDescription_ippCommandTestCase_testLoadCoordSystemCommand : public CxxTest::RealTestDescription {
00726 public:
00727  TestDescription_ippCommandTestCase_testLoadCoordSystemCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 71, "testLoadCoordSystemCommand" ) {}
00728  void runTest() { suite_ippCommandTestCase.testLoadCoordSystemCommand(); }
00729 } testDescription_ippCommandTestCase_testLoadCoordSystemCommand;
00730 
00731 static class TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand : public CxxTest::RealTestDescription {
00732 public:
00733  TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 72, "testDeleteCoordSystemCommand" ) {}
00734  void runTest() { suite_ippCommandTestCase.testDeleteCoordSystemCommand(); }
00735 } testDescription_ippCommandTestCase_testDeleteCoordSystemCommand;
00736 
00737 static class TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand : public CxxTest::RealTestDescription {
00738 public:
00739  TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 73, "testEnumCoordSystemsCommand" ) {}
00740  void runTest() { suite_ippCommandTestCase.testEnumCoordSystemsCommand(); }
00741 } testDescription_ippCommandTestCase_testEnumCoordSystemsCommand;
00742 
00743 static class TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand : public CxxTest::RealTestDescription {
00744 public:
00745  TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 77, "testScanOnCurveDensityCommand" ) {}
00746  void runTest() { suite_ippCommandTestCase.testScanOnCurveDensityCommand(); }
00747 } testDescription_ippCommandTestCase_testScanOnCurveDensityCommand;
00748 
00749 static class TestDescription_ippCommandTestCase_testScanOnCurveHintCommand : public CxxTest::RealTestDescription {
00750 public:
00751  TestDescription_ippCommandTestCase_testScanOnCurveHintCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 78, "testScanOnCurveHintCommand" ) {}
00752  void runTest() { suite_ippCommandTestCase.testScanOnCurveHintCommand(); }
00753 } testDescription_ippCommandTestCase_testScanOnCurveHintCommand;
00754 
00755 static class TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1 : public CxxTest::RealTestDescription {
00756 public:
00757  TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 79, "testScanOnCurveCommand_Type1" ) {}
00758  void runTest() { suite_ippCommandTestCase.testScanOnCurveCommand_Type1(); }
00759 } testDescription_ippCommandTestCase_testScanOnCurveCommand_Type1;
00760 
00761 static class TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2 : public CxxTest::RealTestDescription {
00762 public:
00763  TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 80, "testScanOnCurveCommand_Type2" ) {}
00764  void runTest() { suite_ippCommandTestCase.testScanOnCurveCommand_Type2(); }
00765 } testDescription_ippCommandTestCase_testScanOnCurveCommand_Type2;
00766 
00767 static class TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3 : public CxxTest::RealTestDescription {
00768 public:
00769  TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 81, "testScanOnCurveCommand_Type3" ) {}
00770  void runTest() { suite_ippCommandTestCase.testScanOnCurveCommand_Type3(); }
00771 } testDescription_ippCommandTestCase_testScanOnCurveCommand_Type3;
00772 
00773 static class TestDescription_ippCommandTestCase_testScanOnHelixCommand : public CxxTest::RealTestDescription {
00774 public:
00775  TestDescription_ippCommandTestCase_testScanOnHelixCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 82, "testScanOnHelixCommand" ) {}
00776  void runTest() { suite_ippCommandTestCase.testScanOnHelixCommand(); }
00777 } testDescription_ippCommandTestCase_testScanOnHelixCommand;
00778 
00779 static class TestDescription_ippCommandTestCase_testScanUnknownDensityCommand : public CxxTest::RealTestDescription {
00780 public:
00781  TestDescription_ippCommandTestCase_testScanUnknownDensityCommand() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 83, "testScanUnknownDensityCommand" ) {}
00782  void runTest() { suite_ippCommandTestCase.testScanUnknownDensityCommand(); }
00783 } testDescription_ippCommandTestCase_testScanUnknownDensityCommand;
00784 
00785 static class TestDescription_ippCommandTestCase_testFoundToolProperties : public CxxTest::RealTestDescription {
00786 public:
00787  TestDescription_ippCommandTestCase_testFoundToolProperties() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 85, "testFoundToolProperties" ) {}
00788  void runTest() { suite_ippCommandTestCase.testFoundToolProperties(); }
00789 } testDescription_ippCommandTestCase_testFoundToolProperties;
00790 
00791 static class TestDescription_ippCommandTestCase_testLockPosition : public CxxTest::RealTestDescription {
00792 public:
00793  TestDescription_ippCommandTestCase_testLockPosition() : CxxTest::RealTestDescription( Tests_ippCommandTestCase, suiteDescription_ippCommandTestCase, 89, "testLockPosition" ) {}
00794  void runTest() { suite_ippCommandTestCase.testLockPosition(); }
00795 } testDescription_ippCommandTestCase_testLockPosition;
00796 
00797 #include "ippResponseParserTestCase.h"
00798 
00799 static ippResponseParserTestCase suite_ippResponseParserTestCase;
00800 
00801 static CxxTest::List Tests_ippResponseParserTestCase = { 0, 0 };
00802 CxxTest::StaticSuiteDescription suiteDescription_ippResponseParserTestCase( "ippResponseParserTestCase.h", 13, "ippResponseParserTestCase", suite_ippResponseParserTestCase, Tests_ippResponseParserTestCase );
00803 
00804 static class TestDescription_ippResponseParserTestCase_testOnSampleResFile : public CxxTest::RealTestDescription {
00805 public:
00806  TestDescription_ippResponseParserTestCase_testOnSampleResFile() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 21, "testOnSampleResFile" ) {}
00807  void runTest() { suite_ippResponseParserTestCase.testOnSampleResFile(); }
00808 } testDescription_ippResponseParserTestCase_testOnSampleResFile;
00809 
00810 static class TestDescription_ippResponseParserTestCase_testOnMoveReportE : public CxxTest::RealTestDescription {
00811 public:
00812  TestDescription_ippResponseParserTestCase_testOnMoveReportE() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 22, "testOnMoveReportE" ) {}
00813  void runTest() { suite_ippResponseParserTestCase.testOnMoveReportE(); }
00814 } testDescription_ippResponseParserTestCase_testOnMoveReportE;
00815 
00816 static class TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string : public CxxTest::RealTestDescription {
00817 public:
00818  TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 23, "testOnMoveReportE_bad_string" ) {}
00819  void runTest() { suite_ippResponseParserTestCase.testOnMoveReportE_bad_string(); }
00820 } testDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string;
00821 
00822 static class TestDescription_ippResponseParserTestCase_testPtMeas : public CxxTest::RealTestDescription {
00823 public:
00824  TestDescription_ippResponseParserTestCase_testPtMeas() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 24, "testPtMeas" ) {}
00825  void runTest() { suite_ippResponseParserTestCase.testPtMeas(); }
00826 } testDescription_ippResponseParserTestCase_testPtMeas;
00827 
00828 static class TestDescription_ippResponseParserTestCase_testToolCollisionVolume : public CxxTest::RealTestDescription {
00829 public:
00830  TestDescription_ippResponseParserTestCase_testToolCollisionVolume() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 25, "testToolCollisionVolume" ) {}
00831  void runTest() { suite_ippResponseParserTestCase.testToolCollisionVolume(); }
00832 } testDescription_ippResponseParserTestCase_testToolCollisionVolume;
00833 
00834 static class TestDescription_ippResponseParserTestCase_testSetPropEResponse : public CxxTest::RealTestDescription {
00835 public:
00836  TestDescription_ippResponseParserTestCase_testSetPropEResponse() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 26, "testSetPropEResponse" ) {}
00837  void runTest() { suite_ippResponseParserTestCase.testSetPropEResponse(); }
00838 } testDescription_ippResponseParserTestCase_testSetPropEResponse;
00839 
00840 static class TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti : public CxxTest::RealTestDescription {
00841 public:
00842  TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 27, "testSetPropEResponseMulti" ) {}
00843  void runTest() { suite_ippResponseParserTestCase.testSetPropEResponseMulti(); }
00844 } testDescription_ippResponseParserTestCase_testSetPropEResponseMulti;
00845 
00846 static class TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string : public CxxTest::RealTestDescription {
00847 public:
00848  TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string() : CxxTest::RealTestDescription( Tests_ippResponseParserTestCase, suiteDescription_ippResponseParserTestCase, 28, "testSetPropEResponse_bad_string" ) {}
00849  void runTest() { suite_ippResponseParserTestCase.testSetPropEResponse_bad_string(); }
00850 } testDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string;
00851 
00852 #include "ippOnScanReportBuilderTestCase.h"
00853 
00854 static ippOnScanReportBuilderTestCase suite_ippOnScanReportBuilderTestCase;
00855 
00856 static CxxTest::List Tests_ippOnScanReportBuilderTestCase = { 0, 0 };
00857 CxxTest::StaticSuiteDescription suiteDescription_ippOnScanReportBuilderTestCase( "ippOnScanReportBuilderTestCase.h", 13, "ippOnScanReportBuilderTestCase", suite_ippOnScanReportBuilderTestCase, Tests_ippOnScanReportBuilderTestCase );
00858 
00859 static class TestDescription_ippOnScanReportBuilderTestCase_test_single_point : public CxxTest::RealTestDescription {
00860 public:
00861  TestDescription_ippOnScanReportBuilderTestCase_test_single_point() : CxxTest::RealTestDescription( Tests_ippOnScanReportBuilderTestCase, suiteDescription_ippOnScanReportBuilderTestCase, 21, "test_single_point" ) {}
00862  void runTest() { suite_ippOnScanReportBuilderTestCase.test_single_point(); }
00863 } testDescription_ippOnScanReportBuilderTestCase_test_single_point;
00864 
00865 static class TestDescription_ippOnScanReportBuilderTestCase_test_two_points : public CxxTest::RealTestDescription {
00866 public:
00867  TestDescription_ippOnScanReportBuilderTestCase_test_two_points() : CxxTest::RealTestDescription( Tests_ippOnScanReportBuilderTestCase, suiteDescription_ippOnScanReportBuilderTestCase, 22, "test_two_points" ) {}
00868  void runTest() { suite_ippOnScanReportBuilderTestCase.test_two_points(); }
00869 } testDescription_ippOnScanReportBuilderTestCase_test_two_points;
00870 
00871 static class TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull : public CxxTest::RealTestDescription {
00872 public:
00873  TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull() : CxxTest::RealTestDescription( Tests_ippOnScanReportBuilderTestCase, suiteDescription_ippOnScanReportBuilderTestCase, 23, "test_IsNearlyFull" ) {}
00874  void runTest() { suite_ippOnScanReportBuilderTestCase.test_IsNearlyFull(); }
00875 } testDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull;
00876 
00877 static class TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc : public CxxTest::RealTestDescription {
00878 public:
00879  TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc() : CxxTest::RealTestDescription( Tests_ippOnScanReportBuilderTestCase, suiteDescription_ippOnScanReportBuilderTestCase, 24, "test_very_large_response_bloc" ) {}
00880  void runTest() { suite_ippOnScanReportBuilderTestCase.test_very_large_response_bloc(); }
00881 } testDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc;
00882 
00883 #include "ippClientServerSpyTestCase.h"
00884 
00885 static ippClientServerSpyTestCase suite_ippClientServerSpyTestCase;
00886 
00887 static CxxTest::List Tests_ippClientServerSpyTestCase = { 0, 0 };
00888 CxxTest::StaticSuiteDescription suiteDescription_ippClientServerSpyTestCase( "ippClientServerSpyTestCase.h", 14, "ippClientServerSpyTestCase", suite_ippClientServerSpyTestCase, Tests_ippClientServerSpyTestCase );
00889 
00890 static class TestDescription_ippClientServerSpyTestCase_testSpy : public CxxTest::RealTestDescription {
00891 public:
00892  TestDescription_ippClientServerSpyTestCase_testSpy() : CxxTest::RealTestDescription( Tests_ippClientServerSpyTestCase, suiteDescription_ippClientServerSpyTestCase, 22, "testSpy" ) {}
00893  void runTest() { suite_ippClientServerSpyTestCase.testSpy(); }
00894 } testDescription_ippClientServerSpyTestCase_testSpy;
00895 
00896 static class TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1 : public CxxTest::RealTestDescription {
00897 public:
00898  TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1() : CxxTest::RealTestDescription( Tests_ippClientServerSpyTestCase, suiteDescription_ippClientServerSpyTestCase, 23, "testSpy_with_uncompliant_client1" ) {}
00899  void runTest() { suite_ippClientServerSpyTestCase.testSpy_with_uncompliant_client1(); }
00900 } testDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1;
00901 
00902 #include <cxxtest/Root.cpp>

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