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

runner.cpp File Reference

Go to the source code of this file.

Defines

#define _CXXTEST_HAVE_STD

Functions

int main (int argc, char *argv[])
CxxTest::StaticSuiteDescription suiteDescription_ippSimpleServerTestCase ("ippSimpleServerTestCase.h", 14,"ippSimpleServerTestCase", suite_ippSimpleServerTestCase, Tests_ippSimpleServerTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippStringBuilderTestCase ("ippStringBuilderTestCase.h", 13,"ippStringBuilderTestCase", suite_ippStringBuilderTestCase, Tests_ippStringBuilderTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippCommandParserTestCase ("ippCommandParserTestCase.h", 13,"ippCommandParserTestCase", suite_ippCommandParserTestCase, Tests_ippCommandParserTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippResponseTestCase ("ippResponseTestCase.h", 13,"ippResponseTestCase", suite_ippResponseTestCase, Tests_ippResponseTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippCommandTestCase ("ippCommandTestCase.h", 13,"ippCommandTestCase", suite_ippCommandTestCase, Tests_ippCommandTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippResponseParserTestCase ("ippResponseParserTestCase.h", 13,"ippResponseParserTestCase", suite_ippResponseParserTestCase, Tests_ippResponseParserTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippOnScanReportBuilderTestCase ("ippOnScanReportBuilderTestCase.h", 13,"ippOnScanReportBuilderTestCase", suite_ippOnScanReportBuilderTestCase, Tests_ippOnScanReportBuilderTestCase)
CxxTest::StaticSuiteDescription suiteDescription_ippClientServerSpyTestCase ("ippClientServerSpyTestCase.h", 14,"ippClientServerSpyTestCase", suite_ippClientServerSpyTestCase, Tests_ippClientServerSpyTestCase)

Variables

static ippSimpleServerTestCase suite_ippSimpleServerTestCase
static CxxTest::List Tests_ippSimpleServerTestCase = { 0, 0 }
TestDescription_ippSimpleServerTestCase_testSimpleServer1 testDescription_ippSimpleServerTestCase_testSimpleServer1
TestDescription_ippSimpleServerTestCase_testSimpleServer2 testDescription_ippSimpleServerTestCase_testSimpleServer2
TestDescription_ippSimpleServerTestCase_testSimpleServer3 testDescription_ippSimpleServerTestCase_testSimpleServer3
TestDescription_ippSimpleServerTestCase_testSimpleServer4 testDescription_ippSimpleServerTestCase_testSimpleServer4
TestDescription_ippSimpleServerTestCase_testSimpleServer5 testDescription_ippSimpleServerTestCase_testSimpleServer5
TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession testDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession
TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand testDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand
TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE testDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE
static ippStringBuilderTestCase suite_ippStringBuilderTestCase
static CxxTest::List Tests_ippStringBuilderTestCase = { 0, 0 }
TestDescription_ippStringBuilderTestCase_test1 testDescription_ippStringBuilderTestCase_test1
TestDescription_ippStringBuilderTestCase_test2 testDescription_ippStringBuilderTestCase_test2
TestDescription_ippStringBuilderTestCase_test3 testDescription_ippStringBuilderTestCase_test3
TestDescription_ippStringBuilderTestCase_test4 testDescription_ippStringBuilderTestCase_test4
TestDescription_ippStringBuilderTestCase_test5 testDescription_ippStringBuilderTestCase_test5
TestDescription_ippStringBuilderTestCase_test6 testDescription_ippStringBuilderTestCase_test6
TestDescription_ippStringBuilderTestCase_test7 testDescription_ippStringBuilderTestCase_test7
TestDescription_ippStringBuilderTestCase_test8 testDescription_ippStringBuilderTestCase_test8
TestDescription_ippStringBuilderTestCase_test9 testDescription_ippStringBuilderTestCase_test9
static ippCommandParserTestCase suite_ippCommandParserTestCase
static CxxTest::List Tests_ippCommandParserTestCase = { 0, 0 }
TestDescription_ippCommandParserTestCase_test1 testDescription_ippCommandParserTestCase_test1
TestDescription_ippCommandParserTestCase_testGetProp testDescription_ippCommandParserTestCase_testGetProp
TestDescription_ippCommandParserTestCase_testOnPtMeasReport testDescription_ippCommandParserTestCase_testOnPtMeasReport
TestDescription_ippCommandParserTestCase_testOnPtMeas testDescription_ippCommandParserTestCase_testOnPtMeas
TestDescription_ippCommandParserTestCase_testOnMoveReportE testDescription_ippCommandParserTestCase_testOnMoveReportE
TestDescription_ippCommandParserTestCase_testInvalidCommands testDescription_ippCommandParserTestCase_testInvalidCommands
TestDescription_ippCommandParserTestCase_testCommandWithArguments testDescription_ippCommandParserTestCase_testCommandWithArguments
TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat testDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData testDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData testDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK testDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK testDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK
TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input
TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI testDescription_ippCommandParserTestCase_testOnSamplePRGFileI
static ippResponseTestCase suite_ippResponseTestCase
static CxxTest::List Tests_ippResponseTestCase = { 0, 0 }
TestDescription_ippResponseTestCase_testAckResponse testDescription_ippResponseTestCase_testAckResponse
TestDescription_ippResponseTestCase_testCenterPartResponse testDescription_ippResponseTestCase_testCenterPartResponse
TestDescription_ippResponseTestCase_testAlignResponse testDescription_ippResponseTestCase_testAlignResponse
TestDescription_ippResponseTestCase_testChangeToolEResponse testDescription_ippResponseTestCase_testChangeToolEResponse
TestDescription_ippResponseTestCase_testEnumPropResponse testDescription_ippResponseTestCase_testEnumPropResponse
TestDescription_ippResponseTestCase_testErrorResponse testDescription_ippResponseTestCase_testErrorResponse
TestDescription_ippResponseTestCase_testGetChangeToolActionResponse testDescription_ippResponseTestCase_testGetChangeToolActionResponse
TestDescription_ippResponseTestCase_testGetCoordSystemResponse testDescription_ippResponseTestCase_testGetCoordSystemResponse
TestDescription_ippResponseTestCase_testGetCsyTransformationResponse testDescription_ippResponseTestCase_testGetCsyTransformationResponse
TestDescription_ippResponseTestCase_testGetDMEVersionResponse testDescription_ippResponseTestCase_testGetDMEVersionResponse
TestDescription_ippResponseTestCase_testGetErrStatusEResponse testDescription_ippResponseTestCase_testGetErrStatusEResponse
TestDescription_ippResponseTestCase_testGetMachineClassResponse testDescription_ippResponseTestCase_testGetMachineClassResponse
TestDescription_ippResponseTestCase_testGetPropResponse testDescription_ippResponseTestCase_testGetPropResponse
TestDescription_ippResponseTestCase_testGoToEResponse testDescription_ippResponseTestCase_testGoToEResponse
TestDescription_ippResponseTestCase_testIsHomedResponse testDescription_ippResponseTestCase_testIsHomedResponse
TestDescription_ippResponseTestCase_testIsUserEnabledResponse testDescription_ippResponseTestCase_testIsUserEnabledResponse
TestDescription_ippResponseTestCase_testKeyPressEResponse testDescription_ippResponseTestCase_testKeyPressEResponse
TestDescription_ippResponseTestCase_testOnMoveReportEResponse testDescription_ippResponseTestCase_testOnMoveReportEResponse
TestDescription_ippResponseTestCase_testPtMeasEResponse testDescription_ippResponseTestCase_testPtMeasEResponse
TestDescription_ippResponseTestCase_testPtMeasOrGetResponse testDescription_ippResponseTestCase_testPtMeasOrGetResponse
TestDescription_ippResponseTestCase_testScanResponse testDescription_ippResponseTestCase_testScanResponse
TestDescription_ippResponseTestCase_testSetPropEResponse testDescription_ippResponseTestCase_testSetPropEResponse
TestDescription_ippResponseTestCase_testSetPropEResponseMulti testDescription_ippResponseTestCase_testSetPropEResponseMulti
TestDescription_ippResponseTestCase_testStringResponse testDescription_ippResponseTestCase_testStringResponse
TestDescription_ippResponseTestCase_testTiltCenterPartResponse testDescription_ippResponseTestCase_testTiltCenterPartResponse
TestDescription_ippResponseTestCase_testTiltPartResponse testDescription_ippResponseTestCase_testTiltPartResponse
TestDescription_ippResponseTestCase_testToolAlignmentResponse testDescription_ippResponseTestCase_testToolAlignmentResponse
TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse testDescription_ippResponseTestCase_testToolAlignmentVolumeResponse
TestDescription_ippResponseTestCase_testToolIdResponse testDescription_ippResponseTestCase_testToolIdResponse
TestDescription_ippResponseTestCase_testToolNameResponse testDescription_ippResponseTestCase_testToolNameResponse
TestDescription_ippResponseTestCase_testfindPropertyDefinition testDescription_ippResponseTestCase_testfindPropertyDefinition
TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses testDescription_ippResponseTestCase_testGenerateEnumAllPropResponses
TestDescription_ippResponseTestCase_testGenerateEnumPropResponses testDescription_ippResponseTestCase_testGenerateEnumPropResponses
static ippCommandTestCase suite_ippCommandTestCase
static CxxTest::List Tests_ippCommandTestCase = { 0, 0 }
TestDescription_ippCommandTestCase_testAlignPartCommand testDescription_ippCommandTestCase_testAlignPartCommand
TestDescription_ippCommandTestCase_testAlignToolCommand testDescription_ippCommandTestCase_testAlignToolCommand
TestDescription_ippCommandTestCase_testChangeToolCommand testDescription_ippCommandTestCase_testChangeToolCommand
TestDescription_ippCommandTestCase_testCenterPartCommand testDescription_ippCommandTestCase_testCenterPartCommand
TestDescription_ippCommandTestCase_testEnumAllPropCommand testDescription_ippCommandTestCase_testEnumAllPropCommand
TestDescription_ippCommandTestCase_testEnumPropCommand testDescription_ippCommandTestCase_testEnumPropCommand
TestDescription_ippCommandTestCase_testFindToolCommand testDescription_ippCommandTestCase_testFindToolCommand
TestDescription_ippCommandTestCase_testGetChangeToolActionCommand testDescription_ippCommandTestCase_testGetChangeToolActionCommand
TestDescription_ippCommandTestCase_testGetCommand testDescription_ippCommandTestCase_testGetCommand
TestDescription_ippCommandTestCase_testGetCsyTransformationCommand testDescription_ippCommandTestCase_testGetCsyTransformationCommand
TestDescription_ippCommandTestCase_testGetErrorInfoCommand testDescription_ippCommandTestCase_testGetErrorInfoCommand
TestDescription_ippCommandTestCase_testGetPropCommand testDescription_ippCommandTestCase_testGetPropCommand
TestDescription_ippCommandTestCase_testGetPropECommand testDescription_ippCommandTestCase_testGetPropECommand
TestDescription_ippCommandTestCase_testGoToCommand testDescription_ippCommandTestCase_testGoToCommand
TestDescription_ippCommandTestCase_testOnMoveReportECommand testDescription_ippCommandTestCase_testOnMoveReportECommand
TestDescription_ippCommandTestCase_testOnPtMeasReportCommand testDescription_ippCommandTestCase_testOnPtMeasReportCommand
TestDescription_ippCommandTestCase_testOnScanReportCommand testDescription_ippCommandTestCase_testOnScanReportCommand
TestDescription_ippCommandTestCase_testPtMeasCommand testDescription_ippCommandTestCase_testPtMeasCommand
TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand testDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand
TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand testDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand
TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand testDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand
TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand testDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand
TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand testDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand
TestDescription_ippCommandTestCase_testScanOnCircleCommand testDescription_ippCommandTestCase_testScanOnCircleCommand
TestDescription_ippCommandTestCase_testScanOnCircleHintCommand testDescription_ippCommandTestCase_testScanOnCircleHintCommand
TestDescription_ippCommandTestCase_testScanOnLineCommand testDescription_ippCommandTestCase_testScanOnLineCommand
TestDescription_ippCommandTestCase_testScanOnLineHintCommand testDescription_ippCommandTestCase_testScanOnLineHintCommand
TestDescription_ippCommandTestCase_testScanUnknownHintCommand testDescription_ippCommandTestCase_testScanUnknownHintCommand
TestDescription_ippCommandTestCase_testSetCoordSystemCommand testDescription_ippCommandTestCase_testSetCoordSystemCommand
TestDescription_ippCommandTestCase_testSetCsyTransformationCommand testDescription_ippCommandTestCase_testSetCsyTransformationCommand
TestDescription_ippCommandTestCase_testSetPropCommand testDescription_ippCommandTestCase_testSetPropCommand
TestDescription_ippCommandTestCase_testSetToolCommand testDescription_ippCommandTestCase_testSetToolCommand
TestDescription_ippCommandTestCase_testStopDaemonCommand testDescription_ippCommandTestCase_testStopDaemonCommand
TestDescription_ippCommandTestCase_testTiltCenterPartCommand testDescription_ippCommandTestCase_testTiltCenterPartCommand
TestDescription_ippCommandTestCase_testTiltPartCommand testDescription_ippCommandTestCase_testTiltPartCommand
TestDescription_ippCommandTestCase_testLockAxisCommand testDescription_ippCommandTestCase_testLockAxisCommand
TestDescription_ippCommandTestCase_testReQualifyCommand testDescription_ippCommandTestCase_testReQualifyCommand
TestDescription_ippCommandTestCase_testEnumToolsCommand testDescription_ippCommandTestCase_testEnumToolsCommand
TestDescription_ippCommandTestCase_testEnumToolCollectionCommand testDescription_ippCommandTestCase_testEnumToolCollectionCommand
TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand testDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand
TestDescription_ippCommandTestCase_testOpenToolCollectionCommand testDescription_ippCommandTestCase_testOpenToolCollectionCommand
TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand testDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand
TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand testDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand
TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand testDescription_ippCommandTestCase_testPtMeasSelfCenterCommand
TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand testDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand
TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand testDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand
TestDescription_ippCommandTestCase_testLoadCoordSystemCommand testDescription_ippCommandTestCase_testLoadCoordSystemCommand
TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand testDescription_ippCommandTestCase_testDeleteCoordSystemCommand
TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand testDescription_ippCommandTestCase_testEnumCoordSystemsCommand
TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand testDescription_ippCommandTestCase_testScanOnCurveDensityCommand
TestDescription_ippCommandTestCase_testScanOnCurveHintCommand testDescription_ippCommandTestCase_testScanOnCurveHintCommand
TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1 testDescription_ippCommandTestCase_testScanOnCurveCommand_Type1
TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2 testDescription_ippCommandTestCase_testScanOnCurveCommand_Type2
TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3 testDescription_ippCommandTestCase_testScanOnCurveCommand_Type3
TestDescription_ippCommandTestCase_testScanOnHelixCommand testDescription_ippCommandTestCase_testScanOnHelixCommand
TestDescription_ippCommandTestCase_testScanUnknownDensityCommand testDescription_ippCommandTestCase_testScanUnknownDensityCommand
TestDescription_ippCommandTestCase_testFoundToolProperties testDescription_ippCommandTestCase_testFoundToolProperties
TestDescription_ippCommandTestCase_testLockPosition testDescription_ippCommandTestCase_testLockPosition
static ippResponseParserTestCase suite_ippResponseParserTestCase
static CxxTest::List Tests_ippResponseParserTestCase = { 0, 0 }
TestDescription_ippResponseParserTestCase_testOnSampleResFile testDescription_ippResponseParserTestCase_testOnSampleResFile
TestDescription_ippResponseParserTestCase_testOnMoveReportE testDescription_ippResponseParserTestCase_testOnMoveReportE
TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string testDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string
TestDescription_ippResponseParserTestCase_testPtMeas testDescription_ippResponseParserTestCase_testPtMeas
TestDescription_ippResponseParserTestCase_testToolCollisionVolume testDescription_ippResponseParserTestCase_testToolCollisionVolume
TestDescription_ippResponseParserTestCase_testSetPropEResponse testDescription_ippResponseParserTestCase_testSetPropEResponse
TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti testDescription_ippResponseParserTestCase_testSetPropEResponseMulti
TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string testDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string
static ippOnScanReportBuilderTestCase suite_ippOnScanReportBuilderTestCase
static CxxTest::List Tests_ippOnScanReportBuilderTestCase = { 0, 0 }
TestDescription_ippOnScanReportBuilderTestCase_test_single_point testDescription_ippOnScanReportBuilderTestCase_test_single_point
TestDescription_ippOnScanReportBuilderTestCase_test_two_points testDescription_ippOnScanReportBuilderTestCase_test_two_points
TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull testDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull
TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc testDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc
static ippClientServerSpyTestCase suite_ippClientServerSpyTestCase
static CxxTest::List Tests_ippClientServerSpyTestCase = { 0, 0 }
TestDescription_ippClientServerSpyTestCase_testSpy testDescription_ippClientServerSpyTestCase_testSpy
TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1 testDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1


Define Documentation

#define _CXXTEST_HAVE_STD
 

Definition at line 7 of file runner.cpp.


Function Documentation

int main int  argc,
char *  argv[]
 

Definition at line 15 of file runner.cpp.

CxxTest::StaticSuiteDescription suiteDescription_ippClientServerSpyTestCase "ippClientServerSpyTestCase.h"  ,
14  ,
"ippClientServerSpyTestCase"  ,
suite_ippClientServerSpyTestCase  ,
Tests_ippClientServerSpyTestCase 
 

Referenced by TestDescription_ippClientServerSpyTestCase_testSpy::TestDescription_ippClientServerSpyTestCase_testSpy(), and TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1::TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1().

CxxTest::StaticSuiteDescription suiteDescription_ippCommandParserTestCase "ippCommandParserTestCase.h"  ,
13  ,
"ippCommandParserTestCase"  ,
suite_ippCommandParserTestCase  ,
Tests_ippCommandParserTestCase 
 

Referenced by TestDescription_ippCommandParserTestCase_test1::TestDescription_ippCommandParserTestCase_test1(), TestDescription_ippCommandParserTestCase_testCommandWithArguments::TestDescription_ippCommandParserTestCase_testCommandWithArguments(), TestDescription_ippCommandParserTestCase_testGetProp::TestDescription_ippCommandParserTestCase_testGetProp(), TestDescription_ippCommandParserTestCase_testInvalidCommands::TestDescription_ippCommandParserTestCase_testInvalidCommands(), TestDescription_ippCommandParserTestCase_testOnMoveReportE::TestDescription_ippCommandParserTestCase_testOnMoveReportE(), TestDescription_ippCommandParserTestCase_testOnPtMeas::TestDescription_ippCommandParserTestCase_testOnPtMeas(), TestDescription_ippCommandParserTestCase_testOnPtMeasReport::TestDescription_ippCommandParserTestCase_testOnPtMeasReport(), TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI::TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI(), TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat::TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData(), and TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK().

CxxTest::StaticSuiteDescription suiteDescription_ippCommandTestCase "ippCommandTestCase.h"  ,
13  ,
"ippCommandTestCase"  ,
suite_ippCommandTestCase  ,
Tests_ippCommandTestCase 
 

Referenced by TestDescription_ippCommandTestCase_testAlignPartCommand::TestDescription_ippCommandTestCase_testAlignPartCommand(), TestDescription_ippCommandTestCase_testAlignToolCommand::TestDescription_ippCommandTestCase_testAlignToolCommand(), TestDescription_ippCommandTestCase_testCenterPartCommand::TestDescription_ippCommandTestCase_testCenterPartCommand(), TestDescription_ippCommandTestCase_testChangeToolCommand::TestDescription_ippCommandTestCase_testChangeToolCommand(), TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand::TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand(), TestDescription_ippCommandTestCase_testEnumAllPropCommand::TestDescription_ippCommandTestCase_testEnumAllPropCommand(), TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand::TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand(), TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand::TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand(), TestDescription_ippCommandTestCase_testEnumPropCommand::TestDescription_ippCommandTestCase_testEnumPropCommand(), TestDescription_ippCommandTestCase_testEnumToolCollectionCommand::TestDescription_ippCommandTestCase_testEnumToolCollectionCommand(), TestDescription_ippCommandTestCase_testEnumToolsCommand::TestDescription_ippCommandTestCase_testEnumToolsCommand(), TestDescription_ippCommandTestCase_testFindToolCommand::TestDescription_ippCommandTestCase_testFindToolCommand(), TestDescription_ippCommandTestCase_testFoundToolProperties::TestDescription_ippCommandTestCase_testFoundToolProperties(), TestDescription_ippCommandTestCase_testGetChangeToolActionCommand::TestDescription_ippCommandTestCase_testGetChangeToolActionCommand(), TestDescription_ippCommandTestCase_testGetCommand::TestDescription_ippCommandTestCase_testGetCommand(), TestDescription_ippCommandTestCase_testGetCsyTransformationCommand::TestDescription_ippCommandTestCase_testGetCsyTransformationCommand(), TestDescription_ippCommandTestCase_testGetErrorInfoCommand::TestDescription_ippCommandTestCase_testGetErrorInfoCommand(), TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand::TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand(), TestDescription_ippCommandTestCase_testGetPropCommand::TestDescription_ippCommandTestCase_testGetPropCommand(), TestDescription_ippCommandTestCase_testGetPropECommand::TestDescription_ippCommandTestCase_testGetPropECommand(), TestDescription_ippCommandTestCase_testGoToCommand::TestDescription_ippCommandTestCase_testGoToCommand(), TestDescription_ippCommandTestCase_testLoadCoordSystemCommand::TestDescription_ippCommandTestCase_testLoadCoordSystemCommand(), TestDescription_ippCommandTestCase_testLockAxisCommand::TestDescription_ippCommandTestCase_testLockAxisCommand(), TestDescription_ippCommandTestCase_testLockPosition::TestDescription_ippCommandTestCase_testLockPosition(), TestDescription_ippCommandTestCase_testOnMoveReportECommand::TestDescription_ippCommandTestCase_testOnMoveReportECommand(), TestDescription_ippCommandTestCase_testOnPtMeasReportCommand::TestDescription_ippCommandTestCase_testOnPtMeasReportCommand(), TestDescription_ippCommandTestCase_testOnScanReportCommand::TestDescription_ippCommandTestCase_testOnScanReportCommand(), TestDescription_ippCommandTestCase_testOpenToolCollectionCommand::TestDescription_ippCommandTestCase_testOpenToolCollectionCommand(), TestDescription_ippCommandTestCase_testPtMeasCommand::TestDescription_ippCommandTestCase_testPtMeasCommand(), TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand::TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand(), TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand::TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand(), TestDescription_ippCommandTestCase_testReQualifyCommand::TestDescription_ippCommandTestCase_testReQualifyCommand(), TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand::TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand(), TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand::TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand(), TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand::TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand(), TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand::TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand::TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand::TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand::TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand(), TestDescription_ippCommandTestCase_testScanOnCircleCommand::TestDescription_ippCommandTestCase_testScanOnCircleCommand(), TestDescription_ippCommandTestCase_testScanOnCircleHintCommand::TestDescription_ippCommandTestCase_testScanOnCircleHintCommand(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1::TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2::TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3::TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3(), TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand::TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand(), TestDescription_ippCommandTestCase_testScanOnCurveHintCommand::TestDescription_ippCommandTestCase_testScanOnCurveHintCommand(), TestDescription_ippCommandTestCase_testScanOnHelixCommand::TestDescription_ippCommandTestCase_testScanOnHelixCommand(), TestDescription_ippCommandTestCase_testScanOnLineCommand::TestDescription_ippCommandTestCase_testScanOnLineCommand(), TestDescription_ippCommandTestCase_testScanOnLineHintCommand::TestDescription_ippCommandTestCase_testScanOnLineHintCommand(), TestDescription_ippCommandTestCase_testScanUnknownDensityCommand::TestDescription_ippCommandTestCase_testScanUnknownDensityCommand(), TestDescription_ippCommandTestCase_testScanUnknownHintCommand::TestDescription_ippCommandTestCase_testScanUnknownHintCommand(), TestDescription_ippCommandTestCase_testSetCoordSystemCommand::TestDescription_ippCommandTestCase_testSetCoordSystemCommand(), TestDescription_ippCommandTestCase_testSetCsyTransformationCommand::TestDescription_ippCommandTestCase_testSetCsyTransformationCommand(), TestDescription_ippCommandTestCase_testSetPropCommand::TestDescription_ippCommandTestCase_testSetPropCommand(), TestDescription_ippCommandTestCase_testSetToolCommand::TestDescription_ippCommandTestCase_testSetToolCommand(), TestDescription_ippCommandTestCase_testStopDaemonCommand::TestDescription_ippCommandTestCase_testStopDaemonCommand(), TestDescription_ippCommandTestCase_testTiltCenterPartCommand::TestDescription_ippCommandTestCase_testTiltCenterPartCommand(), and TestDescription_ippCommandTestCase_testTiltPartCommand::TestDescription_ippCommandTestCase_testTiltPartCommand().

CxxTest::StaticSuiteDescription suiteDescription_ippOnScanReportBuilderTestCase "ippOnScanReportBuilderTestCase.h"  ,
13  ,
"ippOnScanReportBuilderTestCase"  ,
suite_ippOnScanReportBuilderTestCase  ,
Tests_ippOnScanReportBuilderTestCase 
 

Referenced by TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull::TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull(), TestDescription_ippOnScanReportBuilderTestCase_test_single_point::TestDescription_ippOnScanReportBuilderTestCase_test_single_point(), TestDescription_ippOnScanReportBuilderTestCase_test_two_points::TestDescription_ippOnScanReportBuilderTestCase_test_two_points(), and TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc::TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc().

CxxTest::StaticSuiteDescription suiteDescription_ippResponseParserTestCase "ippResponseParserTestCase.h"  ,
13  ,
"ippResponseParserTestCase"  ,
suite_ippResponseParserTestCase  ,
Tests_ippResponseParserTestCase 
 

Referenced by TestDescription_ippResponseParserTestCase_testOnMoveReportE::TestDescription_ippResponseParserTestCase_testOnMoveReportE(), TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string::TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string(), TestDescription_ippResponseParserTestCase_testOnSampleResFile::TestDescription_ippResponseParserTestCase_testOnSampleResFile(), TestDescription_ippResponseParserTestCase_testPtMeas::TestDescription_ippResponseParserTestCase_testPtMeas(), TestDescription_ippResponseParserTestCase_testSetPropEResponse::TestDescription_ippResponseParserTestCase_testSetPropEResponse(), TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string::TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string(), TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti::TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti(), and TestDescription_ippResponseParserTestCase_testToolCollisionVolume::TestDescription_ippResponseParserTestCase_testToolCollisionVolume().

CxxTest::StaticSuiteDescription suiteDescription_ippResponseTestCase "ippResponseTestCase.h"  ,
13  ,
"ippResponseTestCase"  ,
suite_ippResponseTestCase  ,
Tests_ippResponseTestCase 
 

Referenced by TestDescription_ippResponseTestCase_testAckResponse::TestDescription_ippResponseTestCase_testAckResponse(), TestDescription_ippResponseTestCase_testAlignResponse::TestDescription_ippResponseTestCase_testAlignResponse(), TestDescription_ippResponseTestCase_testCenterPartResponse::TestDescription_ippResponseTestCase_testCenterPartResponse(), TestDescription_ippResponseTestCase_testChangeToolEResponse::TestDescription_ippResponseTestCase_testChangeToolEResponse(), TestDescription_ippResponseTestCase_testEnumPropResponse::TestDescription_ippResponseTestCase_testEnumPropResponse(), TestDescription_ippResponseTestCase_testErrorResponse::TestDescription_ippResponseTestCase_testErrorResponse(), TestDescription_ippResponseTestCase_testfindPropertyDefinition::TestDescription_ippResponseTestCase_testfindPropertyDefinition(), TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses::TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses(), TestDescription_ippResponseTestCase_testGenerateEnumPropResponses::TestDescription_ippResponseTestCase_testGenerateEnumPropResponses(), TestDescription_ippResponseTestCase_testGetChangeToolActionResponse::TestDescription_ippResponseTestCase_testGetChangeToolActionResponse(), TestDescription_ippResponseTestCase_testGetCoordSystemResponse::TestDescription_ippResponseTestCase_testGetCoordSystemResponse(), TestDescription_ippResponseTestCase_testGetCsyTransformationResponse::TestDescription_ippResponseTestCase_testGetCsyTransformationResponse(), TestDescription_ippResponseTestCase_testGetDMEVersionResponse::TestDescription_ippResponseTestCase_testGetDMEVersionResponse(), TestDescription_ippResponseTestCase_testGetErrStatusEResponse::TestDescription_ippResponseTestCase_testGetErrStatusEResponse(), TestDescription_ippResponseTestCase_testGetMachineClassResponse::TestDescription_ippResponseTestCase_testGetMachineClassResponse(), TestDescription_ippResponseTestCase_testGetPropResponse::TestDescription_ippResponseTestCase_testGetPropResponse(), TestDescription_ippResponseTestCase_testGoToEResponse::TestDescription_ippResponseTestCase_testGoToEResponse(), TestDescription_ippResponseTestCase_testIsHomedResponse::TestDescription_ippResponseTestCase_testIsHomedResponse(), TestDescription_ippResponseTestCase_testIsUserEnabledResponse::TestDescription_ippResponseTestCase_testIsUserEnabledResponse(), TestDescription_ippResponseTestCase_testKeyPressEResponse::TestDescription_ippResponseTestCase_testKeyPressEResponse(), TestDescription_ippResponseTestCase_testOnMoveReportEResponse::TestDescription_ippResponseTestCase_testOnMoveReportEResponse(), TestDescription_ippResponseTestCase_testPtMeasEResponse::TestDescription_ippResponseTestCase_testPtMeasEResponse(), TestDescription_ippResponseTestCase_testPtMeasOrGetResponse::TestDescription_ippResponseTestCase_testPtMeasOrGetResponse(), TestDescription_ippResponseTestCase_testScanResponse::TestDescription_ippResponseTestCase_testScanResponse(), TestDescription_ippResponseTestCase_testSetPropEResponse::TestDescription_ippResponseTestCase_testSetPropEResponse(), TestDescription_ippResponseTestCase_testSetPropEResponseMulti::TestDescription_ippResponseTestCase_testSetPropEResponseMulti(), TestDescription_ippResponseTestCase_testStringResponse::TestDescription_ippResponseTestCase_testStringResponse(), TestDescription_ippResponseTestCase_testTiltCenterPartResponse::TestDescription_ippResponseTestCase_testTiltCenterPartResponse(), TestDescription_ippResponseTestCase_testTiltPartResponse::TestDescription_ippResponseTestCase_testTiltPartResponse(), TestDescription_ippResponseTestCase_testToolAlignmentResponse::TestDescription_ippResponseTestCase_testToolAlignmentResponse(), TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse::TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse(), TestDescription_ippResponseTestCase_testToolIdResponse::TestDescription_ippResponseTestCase_testToolIdResponse(), and TestDescription_ippResponseTestCase_testToolNameResponse::TestDescription_ippResponseTestCase_testToolNameResponse().

CxxTest::StaticSuiteDescription suiteDescription_ippSimpleServerTestCase "ippSimpleServerTestCase.h"  ,
14  ,
"ippSimpleServerTestCase"  ,
suite_ippSimpleServerTestCase  ,
Tests_ippSimpleServerTestCase 
 

Referenced by TestDescription_ippSimpleServerTestCase_testSimpleServer1::TestDescription_ippSimpleServerTestCase_testSimpleServer1(), TestDescription_ippSimpleServerTestCase_testSimpleServer2::TestDescription_ippSimpleServerTestCase_testSimpleServer2(), TestDescription_ippSimpleServerTestCase_testSimpleServer3::TestDescription_ippSimpleServerTestCase_testSimpleServer3(), TestDescription_ippSimpleServerTestCase_testSimpleServer4::TestDescription_ippSimpleServerTestCase_testSimpleServer4(), TestDescription_ippSimpleServerTestCase_testSimpleServer5::TestDescription_ippSimpleServerTestCase_testSimpleServer5(), TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE::TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE(), TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand::TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand(), and TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession::TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession().

CxxTest::StaticSuiteDescription suiteDescription_ippStringBuilderTestCase "ippStringBuilderTestCase.h"  ,
13  ,
"ippStringBuilderTestCase"  ,
suite_ippStringBuilderTestCase  ,
Tests_ippStringBuilderTestCase 
 

Referenced by TestDescription_ippStringBuilderTestCase_test1::TestDescription_ippStringBuilderTestCase_test1(), TestDescription_ippStringBuilderTestCase_test2::TestDescription_ippStringBuilderTestCase_test2(), TestDescription_ippStringBuilderTestCase_test3::TestDescription_ippStringBuilderTestCase_test3(), TestDescription_ippStringBuilderTestCase_test4::TestDescription_ippStringBuilderTestCase_test4(), TestDescription_ippStringBuilderTestCase_test5::TestDescription_ippStringBuilderTestCase_test5(), TestDescription_ippStringBuilderTestCase_test6::TestDescription_ippStringBuilderTestCase_test6(), TestDescription_ippStringBuilderTestCase_test7::TestDescription_ippStringBuilderTestCase_test7(), TestDescription_ippStringBuilderTestCase_test8::TestDescription_ippStringBuilderTestCase_test8(), and TestDescription_ippStringBuilderTestCase_test9::TestDescription_ippStringBuilderTestCase_test9().


Variable Documentation

ippClientServerSpyTestCase suite_ippClientServerSpyTestCase [static]
 

Definition at line 885 of file runner.cpp.

Referenced by TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1::runTest(), and TestDescription_ippClientServerSpyTestCase_testSpy::runTest().

ippCommandParserTestCase suite_ippCommandParserTestCase [static]
 

Definition at line 136 of file runner.cpp.

Referenced by TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData::runTest(), TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat::runTest(), TestDescription_ippCommandParserTestCase_testCommandWithArguments::runTest(), TestDescription_ippCommandParserTestCase_testInvalidCommands::runTest(), TestDescription_ippCommandParserTestCase_testOnMoveReportE::runTest(), TestDescription_ippCommandParserTestCase_testOnPtMeas::runTest(), TestDescription_ippCommandParserTestCase_testOnPtMeasReport::runTest(), TestDescription_ippCommandParserTestCase_testGetProp::runTest(), and TestDescription_ippCommandParserTestCase_test1::runTest().

ippCommandTestCase suite_ippCommandTestCase [static]
 

Definition at line 444 of file runner.cpp.

Referenced by TestDescription_ippCommandTestCase_testLockPosition::runTest(), TestDescription_ippCommandTestCase_testFoundToolProperties::runTest(), TestDescription_ippCommandTestCase_testScanUnknownDensityCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnHelixCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3::runTest(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2::runTest(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1::runTest(), TestDescription_ippCommandTestCase_testScanOnCurveHintCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand::runTest(), TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand::runTest(), TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand::runTest(), TestDescription_ippCommandTestCase_testLoadCoordSystemCommand::runTest(), TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand::runTest(), TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand::runTest(), TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand::runTest(), TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand::runTest(), TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand::runTest(), TestDescription_ippCommandTestCase_testOpenToolCollectionCommand::runTest(), TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand::runTest(), TestDescription_ippCommandTestCase_testEnumToolCollectionCommand::runTest(), TestDescription_ippCommandTestCase_testEnumToolsCommand::runTest(), TestDescription_ippCommandTestCase_testReQualifyCommand::runTest(), TestDescription_ippCommandTestCase_testLockAxisCommand::runTest(), TestDescription_ippCommandTestCase_testTiltPartCommand::runTest(), TestDescription_ippCommandTestCase_testTiltCenterPartCommand::runTest(), TestDescription_ippCommandTestCase_testStopDaemonCommand::runTest(), TestDescription_ippCommandTestCase_testSetToolCommand::runTest(), TestDescription_ippCommandTestCase_testSetPropCommand::runTest(), TestDescription_ippCommandTestCase_testSetCsyTransformationCommand::runTest(), TestDescription_ippCommandTestCase_testSetCoordSystemCommand::runTest(), TestDescription_ippCommandTestCase_testScanUnknownHintCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnLineHintCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnLineCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnCircleHintCommand::runTest(), TestDescription_ippCommandTestCase_testScanOnCircleCommand::runTest(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand::runTest(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand::runTest(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand::runTest(), TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand::runTest(), TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand::runTest(), TestDescription_ippCommandTestCase_testPtMeasCommand::runTest(), TestDescription_ippCommandTestCase_testOnScanReportCommand::runTest(), TestDescription_ippCommandTestCase_testOnPtMeasReportCommand::runTest(), TestDescription_ippCommandTestCase_testOnMoveReportECommand::runTest(), TestDescription_ippCommandTestCase_testGoToCommand::runTest(), TestDescription_ippCommandTestCase_testGetPropECommand::runTest(), TestDescription_ippCommandTestCase_testGetPropCommand::runTest(), TestDescription_ippCommandTestCase_testGetErrorInfoCommand::runTest(), TestDescription_ippCommandTestCase_testGetCsyTransformationCommand::runTest(), TestDescription_ippCommandTestCase_testGetCommand::runTest(), TestDescription_ippCommandTestCase_testGetChangeToolActionCommand::runTest(), TestDescription_ippCommandTestCase_testFindToolCommand::runTest(), TestDescription_ippCommandTestCase_testEnumPropCommand::runTest(), TestDescription_ippCommandTestCase_testEnumAllPropCommand::runTest(), TestDescription_ippCommandTestCase_testCenterPartCommand::runTest(), TestDescription_ippCommandTestCase_testChangeToolCommand::runTest(), TestDescription_ippCommandTestCase_testAlignToolCommand::runTest(), and TestDescription_ippCommandTestCase_testAlignPartCommand::runTest().

ippOnScanReportBuilderTestCase suite_ippOnScanReportBuilderTestCase [static]
 

Definition at line 854 of file runner.cpp.

Referenced by TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc::runTest(), TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull::runTest(), TestDescription_ippOnScanReportBuilderTestCase_test_two_points::runTest(), and TestDescription_ippOnScanReportBuilderTestCase_test_single_point::runTest().

ippResponseParserTestCase suite_ippResponseParserTestCase [static]
 

Definition at line 799 of file runner.cpp.

Referenced by TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string::runTest(), TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti::runTest(), TestDescription_ippResponseParserTestCase_testSetPropEResponse::runTest(), TestDescription_ippResponseParserTestCase_testToolCollisionVolume::runTest(), TestDescription_ippResponseParserTestCase_testPtMeas::runTest(), TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string::runTest(), TestDescription_ippResponseParserTestCase_testOnMoveReportE::runTest(), and TestDescription_ippResponseParserTestCase_testOnSampleResFile::runTest().

ippResponseTestCase suite_ippResponseTestCase [static]
 

Definition at line 239 of file runner.cpp.

Referenced by TestDescription_ippResponseTestCase_testGenerateEnumPropResponses::runTest(), TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses::runTest(), TestDescription_ippResponseTestCase_testfindPropertyDefinition::runTest(), TestDescription_ippResponseTestCase_testToolNameResponse::runTest(), TestDescription_ippResponseTestCase_testToolIdResponse::runTest(), TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse::runTest(), TestDescription_ippResponseTestCase_testToolAlignmentResponse::runTest(), TestDescription_ippResponseTestCase_testTiltPartResponse::runTest(), TestDescription_ippResponseTestCase_testTiltCenterPartResponse::runTest(), TestDescription_ippResponseTestCase_testStringResponse::runTest(), TestDescription_ippResponseTestCase_testSetPropEResponseMulti::runTest(), TestDescription_ippResponseTestCase_testSetPropEResponse::runTest(), TestDescription_ippResponseTestCase_testScanResponse::runTest(), TestDescription_ippResponseTestCase_testPtMeasOrGetResponse::runTest(), TestDescription_ippResponseTestCase_testPtMeasEResponse::runTest(), TestDescription_ippResponseTestCase_testOnMoveReportEResponse::runTest(), TestDescription_ippResponseTestCase_testKeyPressEResponse::runTest(), TestDescription_ippResponseTestCase_testIsUserEnabledResponse::runTest(), TestDescription_ippResponseTestCase_testIsHomedResponse::runTest(), TestDescription_ippResponseTestCase_testGoToEResponse::runTest(), TestDescription_ippResponseTestCase_testGetPropResponse::runTest(), TestDescription_ippResponseTestCase_testGetMachineClassResponse::runTest(), TestDescription_ippResponseTestCase_testGetErrStatusEResponse::runTest(), TestDescription_ippResponseTestCase_testGetDMEVersionResponse::runTest(), TestDescription_ippResponseTestCase_testGetCsyTransformationResponse::runTest(), TestDescription_ippResponseTestCase_testGetCoordSystemResponse::runTest(), TestDescription_ippResponseTestCase_testGetChangeToolActionResponse::runTest(), TestDescription_ippResponseTestCase_testErrorResponse::runTest(), TestDescription_ippResponseTestCase_testEnumPropResponse::runTest(), TestDescription_ippResponseTestCase_testChangeToolEResponse::runTest(), TestDescription_ippResponseTestCase_testAlignResponse::runTest(), TestDescription_ippResponseTestCase_testCenterPartResponse::runTest(), and TestDescription_ippResponseTestCase_testAckResponse::runTest().

ippSimpleServerTestCase suite_ippSimpleServerTestCase [static]
 

Definition at line 20 of file runner.cpp.

Referenced by TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE::runTest(), TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand::runTest(), TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession::runTest(), TestDescription_ippSimpleServerTestCase_testSimpleServer5::runTest(), TestDescription_ippSimpleServerTestCase_testSimpleServer4::runTest(), TestDescription_ippSimpleServerTestCase_testSimpleServer3::runTest(), TestDescription_ippSimpleServerTestCase_testSimpleServer2::runTest(), and TestDescription_ippSimpleServerTestCase_testSimpleServer1::runTest().

ippStringBuilderTestCase suite_ippStringBuilderTestCase [static]
 

Definition at line 75 of file runner.cpp.

Referenced by TestDescription_ippStringBuilderTestCase_test9::runTest(), TestDescription_ippStringBuilderTestCase_test8::runTest(), TestDescription_ippStringBuilderTestCase_test7::runTest(), TestDescription_ippStringBuilderTestCase_test6::runTest(), TestDescription_ippStringBuilderTestCase_test5::runTest(), TestDescription_ippStringBuilderTestCase_test4::runTest(), TestDescription_ippStringBuilderTestCase_test3::runTest(), TestDescription_ippStringBuilderTestCase_test2::runTest(), and TestDescription_ippStringBuilderTestCase_test1::runTest().

TestDescription_ippClientServerSpyTestCase_testSpy testDescription_ippClientServerSpyTestCase_testSpy [static]
 

TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1 testDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1 [static]
 

TestDescription_ippCommandParserTestCase_test1 testDescription_ippCommandParserTestCase_test1 [static]
 

TestDescription_ippCommandParserTestCase_testCommandWithArguments testDescription_ippCommandParserTestCase_testCommandWithArguments [static]
 

TestDescription_ippCommandParserTestCase_testGetProp testDescription_ippCommandParserTestCase_testGetProp [static]
 

TestDescription_ippCommandParserTestCase_testInvalidCommands testDescription_ippCommandParserTestCase_testInvalidCommands [static]
 

TestDescription_ippCommandParserTestCase_testOnMoveReportE testDescription_ippCommandParserTestCase_testOnMoveReportE [static]
 

TestDescription_ippCommandParserTestCase_testOnPtMeas testDescription_ippCommandParserTestCase_testOnPtMeas [static]
 

TestDescription_ippCommandParserTestCase_testOnPtMeasReport testDescription_ippCommandParserTestCase_testOnPtMeasReport [static]
 

TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI testDescription_ippCommandParserTestCase_testOnSamplePRGFileI [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat testDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input testDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData testDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK testDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData testDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData [static]
 

TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK testDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK [static]
 

TestDescription_ippCommandTestCase_testAlignPartCommand testDescription_ippCommandTestCase_testAlignPartCommand [static]
 

TestDescription_ippCommandTestCase_testAlignToolCommand testDescription_ippCommandTestCase_testAlignToolCommand [static]
 

TestDescription_ippCommandTestCase_testCenterPartCommand testDescription_ippCommandTestCase_testCenterPartCommand [static]
 

TestDescription_ippCommandTestCase_testChangeToolCommand testDescription_ippCommandTestCase_testChangeToolCommand [static]
 

TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand testDescription_ippCommandTestCase_testDeleteCoordSystemCommand [static]
 

TestDescription_ippCommandTestCase_testEnumAllPropCommand testDescription_ippCommandTestCase_testEnumAllPropCommand [static]
 

TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand testDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand [static]
 

TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand testDescription_ippCommandTestCase_testEnumCoordSystemsCommand [static]
 

TestDescription_ippCommandTestCase_testEnumPropCommand testDescription_ippCommandTestCase_testEnumPropCommand [static]
 

TestDescription_ippCommandTestCase_testEnumToolCollectionCommand testDescription_ippCommandTestCase_testEnumToolCollectionCommand [static]
 

TestDescription_ippCommandTestCase_testEnumToolsCommand testDescription_ippCommandTestCase_testEnumToolsCommand [static]
 

TestDescription_ippCommandTestCase_testFindToolCommand testDescription_ippCommandTestCase_testFindToolCommand [static]
 

TestDescription_ippCommandTestCase_testFoundToolProperties testDescription_ippCommandTestCase_testFoundToolProperties [static]
 

TestDescription_ippCommandTestCase_testGetChangeToolActionCommand testDescription_ippCommandTestCase_testGetChangeToolActionCommand [static]
 

TestDescription_ippCommandTestCase_testGetCommand testDescription_ippCommandTestCase_testGetCommand [static]
 

TestDescription_ippCommandTestCase_testGetCsyTransformationCommand testDescription_ippCommandTestCase_testGetCsyTransformationCommand [static]
 

TestDescription_ippCommandTestCase_testGetErrorInfoCommand testDescription_ippCommandTestCase_testGetErrorInfoCommand [static]
 

TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand testDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand [static]
 

TestDescription_ippCommandTestCase_testGetPropCommand testDescription_ippCommandTestCase_testGetPropCommand [static]
 

TestDescription_ippCommandTestCase_testGetPropECommand testDescription_ippCommandTestCase_testGetPropECommand [static]
 

TestDescription_ippCommandTestCase_testGoToCommand testDescription_ippCommandTestCase_testGoToCommand [static]
 

TestDescription_ippCommandTestCase_testLoadCoordSystemCommand testDescription_ippCommandTestCase_testLoadCoordSystemCommand [static]
 

TestDescription_ippCommandTestCase_testLockAxisCommand testDescription_ippCommandTestCase_testLockAxisCommand [static]
 

TestDescription_ippCommandTestCase_testLockPosition testDescription_ippCommandTestCase_testLockPosition [static]
 

TestDescription_ippCommandTestCase_testOnMoveReportECommand testDescription_ippCommandTestCase_testOnMoveReportECommand [static]
 

TestDescription_ippCommandTestCase_testOnPtMeasReportCommand testDescription_ippCommandTestCase_testOnPtMeasReportCommand [static]
 

TestDescription_ippCommandTestCase_testOnScanReportCommand testDescription_ippCommandTestCase_testOnScanReportCommand [static]
 

TestDescription_ippCommandTestCase_testOpenToolCollectionCommand testDescription_ippCommandTestCase_testOpenToolCollectionCommand [static]
 

TestDescription_ippCommandTestCase_testPtMeasCommand testDescription_ippCommandTestCase_testPtMeasCommand [static]
 

TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand testDescription_ippCommandTestCase_testPtMeasSelfCenterCommand [static]
 

TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand testDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand [static]
 

TestDescription_ippCommandTestCase_testReQualifyCommand testDescription_ippCommandTestCase_testReQualifyCommand [static]
 

TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand testDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand [static]
 

TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand testDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand [static]
 

TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand testDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand [static]
 

TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand testDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand [static]
 

TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand testDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand [static]
 

TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand testDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand [static]
 

TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand testDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnCircleCommand testDescription_ippCommandTestCase_testScanOnCircleCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnCircleHintCommand testDescription_ippCommandTestCase_testScanOnCircleHintCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1 testDescription_ippCommandTestCase_testScanOnCurveCommand_Type1 [static]
 

TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2 testDescription_ippCommandTestCase_testScanOnCurveCommand_Type2 [static]
 

TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3 testDescription_ippCommandTestCase_testScanOnCurveCommand_Type3 [static]
 

TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand testDescription_ippCommandTestCase_testScanOnCurveDensityCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnCurveHintCommand testDescription_ippCommandTestCase_testScanOnCurveHintCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnHelixCommand testDescription_ippCommandTestCase_testScanOnHelixCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnLineCommand testDescription_ippCommandTestCase_testScanOnLineCommand [static]
 

TestDescription_ippCommandTestCase_testScanOnLineHintCommand testDescription_ippCommandTestCase_testScanOnLineHintCommand [static]
 

TestDescription_ippCommandTestCase_testScanUnknownDensityCommand testDescription_ippCommandTestCase_testScanUnknownDensityCommand [static]
 

TestDescription_ippCommandTestCase_testScanUnknownHintCommand testDescription_ippCommandTestCase_testScanUnknownHintCommand [static]
 

TestDescription_ippCommandTestCase_testSetCoordSystemCommand testDescription_ippCommandTestCase_testSetCoordSystemCommand [static]
 

TestDescription_ippCommandTestCase_testSetCsyTransformationCommand testDescription_ippCommandTestCase_testSetCsyTransformationCommand [static]
 

TestDescription_ippCommandTestCase_testSetPropCommand testDescription_ippCommandTestCase_testSetPropCommand [static]
 

TestDescription_ippCommandTestCase_testSetToolCommand testDescription_ippCommandTestCase_testSetToolCommand [static]
 

TestDescription_ippCommandTestCase_testStopDaemonCommand testDescription_ippCommandTestCase_testStopDaemonCommand [static]
 

TestDescription_ippCommandTestCase_testTiltCenterPartCommand testDescription_ippCommandTestCase_testTiltCenterPartCommand [static]
 

TestDescription_ippCommandTestCase_testTiltPartCommand testDescription_ippCommandTestCase_testTiltPartCommand [static]
 

TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull testDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull [static]
 

TestDescription_ippOnScanReportBuilderTestCase_test_single_point testDescription_ippOnScanReportBuilderTestCase_test_single_point [static]
 

TestDescription_ippOnScanReportBuilderTestCase_test_two_points testDescription_ippOnScanReportBuilderTestCase_test_two_points [static]
 

TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc testDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc [static]
 

TestDescription_ippResponseParserTestCase_testOnMoveReportE testDescription_ippResponseParserTestCase_testOnMoveReportE [static]
 

TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string testDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string [static]
 

TestDescription_ippResponseParserTestCase_testOnSampleResFile testDescription_ippResponseParserTestCase_testOnSampleResFile [static]
 

TestDescription_ippResponseParserTestCase_testPtMeas testDescription_ippResponseParserTestCase_testPtMeas [static]
 

TestDescription_ippResponseParserTestCase_testSetPropEResponse testDescription_ippResponseParserTestCase_testSetPropEResponse [static]
 

TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string testDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string [static]
 

TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti testDescription_ippResponseParserTestCase_testSetPropEResponseMulti [static]
 

TestDescription_ippResponseParserTestCase_testToolCollisionVolume testDescription_ippResponseParserTestCase_testToolCollisionVolume [static]
 

TestDescription_ippResponseTestCase_testAckResponse testDescription_ippResponseTestCase_testAckResponse [static]
 

TestDescription_ippResponseTestCase_testAlignResponse testDescription_ippResponseTestCase_testAlignResponse [static]
 

TestDescription_ippResponseTestCase_testCenterPartResponse testDescription_ippResponseTestCase_testCenterPartResponse [static]
 

TestDescription_ippResponseTestCase_testChangeToolEResponse testDescription_ippResponseTestCase_testChangeToolEResponse [static]
 

TestDescription_ippResponseTestCase_testEnumPropResponse testDescription_ippResponseTestCase_testEnumPropResponse [static]
 

TestDescription_ippResponseTestCase_testErrorResponse testDescription_ippResponseTestCase_testErrorResponse [static]
 

TestDescription_ippResponseTestCase_testfindPropertyDefinition testDescription_ippResponseTestCase_testfindPropertyDefinition [static]
 

TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses testDescription_ippResponseTestCase_testGenerateEnumAllPropResponses [static]
 

TestDescription_ippResponseTestCase_testGenerateEnumPropResponses testDescription_ippResponseTestCase_testGenerateEnumPropResponses [static]
 

TestDescription_ippResponseTestCase_testGetChangeToolActionResponse testDescription_ippResponseTestCase_testGetChangeToolActionResponse [static]
 

TestDescription_ippResponseTestCase_testGetCoordSystemResponse testDescription_ippResponseTestCase_testGetCoordSystemResponse [static]
 

TestDescription_ippResponseTestCase_testGetCsyTransformationResponse testDescription_ippResponseTestCase_testGetCsyTransformationResponse [static]
 

TestDescription_ippResponseTestCase_testGetDMEVersionResponse testDescription_ippResponseTestCase_testGetDMEVersionResponse [static]
 

TestDescription_ippResponseTestCase_testGetErrStatusEResponse testDescription_ippResponseTestCase_testGetErrStatusEResponse [static]
 

TestDescription_ippResponseTestCase_testGetMachineClassResponse testDescription_ippResponseTestCase_testGetMachineClassResponse [static]
 

TestDescription_ippResponseTestCase_testGetPropResponse testDescription_ippResponseTestCase_testGetPropResponse [static]
 

TestDescription_ippResponseTestCase_testGoToEResponse testDescription_ippResponseTestCase_testGoToEResponse [static]
 

TestDescription_ippResponseTestCase_testIsHomedResponse testDescription_ippResponseTestCase_testIsHomedResponse [static]
 

TestDescription_ippResponseTestCase_testIsUserEnabledResponse testDescription_ippResponseTestCase_testIsUserEnabledResponse [static]
 

TestDescription_ippResponseTestCase_testKeyPressEResponse testDescription_ippResponseTestCase_testKeyPressEResponse [static]
 

TestDescription_ippResponseTestCase_testOnMoveReportEResponse testDescription_ippResponseTestCase_testOnMoveReportEResponse [static]
 

TestDescription_ippResponseTestCase_testPtMeasEResponse testDescription_ippResponseTestCase_testPtMeasEResponse [static]
 

TestDescription_ippResponseTestCase_testPtMeasOrGetResponse testDescription_ippResponseTestCase_testPtMeasOrGetResponse [static]
 

TestDescription_ippResponseTestCase_testScanResponse testDescription_ippResponseTestCase_testScanResponse [static]
 

TestDescription_ippResponseTestCase_testSetPropEResponse testDescription_ippResponseTestCase_testSetPropEResponse [static]
 

TestDescription_ippResponseTestCase_testSetPropEResponseMulti testDescription_ippResponseTestCase_testSetPropEResponseMulti [static]
 

TestDescription_ippResponseTestCase_testStringResponse testDescription_ippResponseTestCase_testStringResponse [static]
 

TestDescription_ippResponseTestCase_testTiltCenterPartResponse testDescription_ippResponseTestCase_testTiltCenterPartResponse [static]
 

TestDescription_ippResponseTestCase_testTiltPartResponse testDescription_ippResponseTestCase_testTiltPartResponse [static]
 

TestDescription_ippResponseTestCase_testToolAlignmentResponse testDescription_ippResponseTestCase_testToolAlignmentResponse [static]
 

TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse testDescription_ippResponseTestCase_testToolAlignmentVolumeResponse [static]
 

TestDescription_ippResponseTestCase_testToolIdResponse testDescription_ippResponseTestCase_testToolIdResponse [static]
 

TestDescription_ippResponseTestCase_testToolNameResponse testDescription_ippResponseTestCase_testToolNameResponse [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServer1 testDescription_ippSimpleServerTestCase_testSimpleServer1 [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServer2 testDescription_ippSimpleServerTestCase_testSimpleServer2 [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServer3 testDescription_ippSimpleServerTestCase_testSimpleServer3 [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServer4 testDescription_ippSimpleServerTestCase_testSimpleServer4 [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServer5 testDescription_ippSimpleServerTestCase_testSimpleServer5 [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE testDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand testDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand [static]
 

TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession testDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession [static]
 

TestDescription_ippStringBuilderTestCase_test1 testDescription_ippStringBuilderTestCase_test1 [static]
 

TestDescription_ippStringBuilderTestCase_test2 testDescription_ippStringBuilderTestCase_test2 [static]
 

TestDescription_ippStringBuilderTestCase_test3 testDescription_ippStringBuilderTestCase_test3 [static]
 

TestDescription_ippStringBuilderTestCase_test4 testDescription_ippStringBuilderTestCase_test4 [static]
 

TestDescription_ippStringBuilderTestCase_test5 testDescription_ippStringBuilderTestCase_test5 [static]
 

TestDescription_ippStringBuilderTestCase_test6 testDescription_ippStringBuilderTestCase_test6 [static]
 

TestDescription_ippStringBuilderTestCase_test7 testDescription_ippStringBuilderTestCase_test7 [static]
 

TestDescription_ippStringBuilderTestCase_test8 testDescription_ippStringBuilderTestCase_test8 [static]
 

TestDescription_ippStringBuilderTestCase_test9 testDescription_ippStringBuilderTestCase_test9 [static]
 

CxxTest::List Tests_ippClientServerSpyTestCase = { 0, 0 } [static]
 

Definition at line 887 of file runner.cpp.

Referenced by TestDescription_ippClientServerSpyTestCase_testSpy::TestDescription_ippClientServerSpyTestCase_testSpy(), and TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1::TestDescription_ippClientServerSpyTestCase_testSpy_with_uncompliant_client1().

CxxTest::List Tests_ippCommandParserTestCase = { 0, 0 } [static]
 

Definition at line 138 of file runner.cpp.

Referenced by TestDescription_ippCommandParserTestCase_test1::TestDescription_ippCommandParserTestCase_test1(), TestDescription_ippCommandParserTestCase_testCommandWithArguments::TestDescription_ippCommandParserTestCase_testCommandWithArguments(), TestDescription_ippCommandParserTestCase_testGetProp::TestDescription_ippCommandParserTestCase_testGetProp(), TestDescription_ippCommandParserTestCase_testInvalidCommands::TestDescription_ippCommandParserTestCase_testInvalidCommands(), TestDescription_ippCommandParserTestCase_testOnMoveReportE::TestDescription_ippCommandParserTestCase_testOnMoveReportE(), TestDescription_ippCommandParserTestCase_testOnPtMeas::TestDescription_ippCommandParserTestCase_testOnPtMeas(), TestDescription_ippCommandParserTestCase_testOnPtMeasReport::TestDescription_ippCommandParserTestCase_testOnPtMeasReport(), TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI::TestDescription_ippCommandParserTestCase_testOnSamplePRGFileI(), TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat::TestDescription_ippCommandParserTestCase_testScanOnCurve_BadFormat(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_BadData(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_OK(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format1_very_long_input(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_BadData(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format2_OK(), TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_BadData(), and TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK::TestDescription_ippCommandParserTestCase_testScanOnCurve_Format3_OK().

CxxTest::List Tests_ippCommandTestCase = { 0, 0 } [static]
 

Definition at line 446 of file runner.cpp.

Referenced by TestDescription_ippCommandTestCase_testAlignPartCommand::TestDescription_ippCommandTestCase_testAlignPartCommand(), TestDescription_ippCommandTestCase_testAlignToolCommand::TestDescription_ippCommandTestCase_testAlignToolCommand(), TestDescription_ippCommandTestCase_testCenterPartCommand::TestDescription_ippCommandTestCase_testCenterPartCommand(), TestDescription_ippCommandTestCase_testChangeToolCommand::TestDescription_ippCommandTestCase_testChangeToolCommand(), TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand::TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand(), TestDescription_ippCommandTestCase_testEnumAllPropCommand::TestDescription_ippCommandTestCase_testEnumAllPropCommand(), TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand::TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand(), TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand::TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand(), TestDescription_ippCommandTestCase_testEnumPropCommand::TestDescription_ippCommandTestCase_testEnumPropCommand(), TestDescription_ippCommandTestCase_testEnumToolCollectionCommand::TestDescription_ippCommandTestCase_testEnumToolCollectionCommand(), TestDescription_ippCommandTestCase_testEnumToolsCommand::TestDescription_ippCommandTestCase_testEnumToolsCommand(), TestDescription_ippCommandTestCase_testFindToolCommand::TestDescription_ippCommandTestCase_testFindToolCommand(), TestDescription_ippCommandTestCase_testFoundToolProperties::TestDescription_ippCommandTestCase_testFoundToolProperties(), TestDescription_ippCommandTestCase_testGetChangeToolActionCommand::TestDescription_ippCommandTestCase_testGetChangeToolActionCommand(), TestDescription_ippCommandTestCase_testGetCommand::TestDescription_ippCommandTestCase_testGetCommand(), TestDescription_ippCommandTestCase_testGetCsyTransformationCommand::TestDescription_ippCommandTestCase_testGetCsyTransformationCommand(), TestDescription_ippCommandTestCase_testGetErrorInfoCommand::TestDescription_ippCommandTestCase_testGetErrorInfoCommand(), TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand::TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand(), TestDescription_ippCommandTestCase_testGetPropCommand::TestDescription_ippCommandTestCase_testGetPropCommand(), TestDescription_ippCommandTestCase_testGetPropECommand::TestDescription_ippCommandTestCase_testGetPropECommand(), TestDescription_ippCommandTestCase_testGoToCommand::TestDescription_ippCommandTestCase_testGoToCommand(), TestDescription_ippCommandTestCase_testLoadCoordSystemCommand::TestDescription_ippCommandTestCase_testLoadCoordSystemCommand(), TestDescription_ippCommandTestCase_testLockAxisCommand::TestDescription_ippCommandTestCase_testLockAxisCommand(), TestDescription_ippCommandTestCase_testLockPosition::TestDescription_ippCommandTestCase_testLockPosition(), TestDescription_ippCommandTestCase_testOnMoveReportECommand::TestDescription_ippCommandTestCase_testOnMoveReportECommand(), TestDescription_ippCommandTestCase_testOnPtMeasReportCommand::TestDescription_ippCommandTestCase_testOnPtMeasReportCommand(), TestDescription_ippCommandTestCase_testOnScanReportCommand::TestDescription_ippCommandTestCase_testOnScanReportCommand(), TestDescription_ippCommandTestCase_testOpenToolCollectionCommand::TestDescription_ippCommandTestCase_testOpenToolCollectionCommand(), TestDescription_ippCommandTestCase_testPtMeasCommand::TestDescription_ippCommandTestCase_testPtMeasCommand(), TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand::TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand(), TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand::TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand(), TestDescription_ippCommandTestCase_testReQualifyCommand::TestDescription_ippCommandTestCase_testReQualifyCommand(), TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand::TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand(), TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand::TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand(), TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand::TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand(), TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand::TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand::TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand::TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand(), TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand::TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand(), TestDescription_ippCommandTestCase_testScanOnCircleCommand::TestDescription_ippCommandTestCase_testScanOnCircleCommand(), TestDescription_ippCommandTestCase_testScanOnCircleHintCommand::TestDescription_ippCommandTestCase_testScanOnCircleHintCommand(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1::TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2::TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2(), TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3::TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3(), TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand::TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand(), TestDescription_ippCommandTestCase_testScanOnCurveHintCommand::TestDescription_ippCommandTestCase_testScanOnCurveHintCommand(), TestDescription_ippCommandTestCase_testScanOnHelixCommand::TestDescription_ippCommandTestCase_testScanOnHelixCommand(), TestDescription_ippCommandTestCase_testScanOnLineCommand::TestDescription_ippCommandTestCase_testScanOnLineCommand(), TestDescription_ippCommandTestCase_testScanOnLineHintCommand::TestDescription_ippCommandTestCase_testScanOnLineHintCommand(), TestDescription_ippCommandTestCase_testScanUnknownDensityCommand::TestDescription_ippCommandTestCase_testScanUnknownDensityCommand(), TestDescription_ippCommandTestCase_testScanUnknownHintCommand::TestDescription_ippCommandTestCase_testScanUnknownHintCommand(), TestDescription_ippCommandTestCase_testSetCoordSystemCommand::TestDescription_ippCommandTestCase_testSetCoordSystemCommand(), TestDescription_ippCommandTestCase_testSetCsyTransformationCommand::TestDescription_ippCommandTestCase_testSetCsyTransformationCommand(), TestDescription_ippCommandTestCase_testSetPropCommand::TestDescription_ippCommandTestCase_testSetPropCommand(), TestDescription_ippCommandTestCase_testSetToolCommand::TestDescription_ippCommandTestCase_testSetToolCommand(), TestDescription_ippCommandTestCase_testStopDaemonCommand::TestDescription_ippCommandTestCase_testStopDaemonCommand(), TestDescription_ippCommandTestCase_testTiltCenterPartCommand::TestDescription_ippCommandTestCase_testTiltCenterPartCommand(), and TestDescription_ippCommandTestCase_testTiltPartCommand::TestDescription_ippCommandTestCase_testTiltPartCommand().

CxxTest::List Tests_ippOnScanReportBuilderTestCase = { 0, 0 } [static]
 

Definition at line 856 of file runner.cpp.

Referenced by TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull::TestDescription_ippOnScanReportBuilderTestCase_test_IsNearlyFull(), TestDescription_ippOnScanReportBuilderTestCase_test_single_point::TestDescription_ippOnScanReportBuilderTestCase_test_single_point(), TestDescription_ippOnScanReportBuilderTestCase_test_two_points::TestDescription_ippOnScanReportBuilderTestCase_test_two_points(), and TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc::TestDescription_ippOnScanReportBuilderTestCase_test_very_large_response_bloc().

CxxTest::List Tests_ippResponseParserTestCase = { 0, 0 } [static]
 

Definition at line 801 of file runner.cpp.

Referenced by TestDescription_ippResponseParserTestCase_testOnMoveReportE::TestDescription_ippResponseParserTestCase_testOnMoveReportE(), TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string::TestDescription_ippResponseParserTestCase_testOnMoveReportE_bad_string(), TestDescription_ippResponseParserTestCase_testOnSampleResFile::TestDescription_ippResponseParserTestCase_testOnSampleResFile(), TestDescription_ippResponseParserTestCase_testPtMeas::TestDescription_ippResponseParserTestCase_testPtMeas(), TestDescription_ippResponseParserTestCase_testSetPropEResponse::TestDescription_ippResponseParserTestCase_testSetPropEResponse(), TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string::TestDescription_ippResponseParserTestCase_testSetPropEResponse_bad_string(), TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti::TestDescription_ippResponseParserTestCase_testSetPropEResponseMulti(), and TestDescription_ippResponseParserTestCase_testToolCollisionVolume::TestDescription_ippResponseParserTestCase_testToolCollisionVolume().

CxxTest::List Tests_ippResponseTestCase = { 0, 0 } [static]
 

Definition at line 241 of file runner.cpp.

Referenced by TestDescription_ippResponseTestCase_testAckResponse::TestDescription_ippResponseTestCase_testAckResponse(), TestDescription_ippResponseTestCase_testAlignResponse::TestDescription_ippResponseTestCase_testAlignResponse(), TestDescription_ippResponseTestCase_testCenterPartResponse::TestDescription_ippResponseTestCase_testCenterPartResponse(), TestDescription_ippResponseTestCase_testChangeToolEResponse::TestDescription_ippResponseTestCase_testChangeToolEResponse(), TestDescription_ippResponseTestCase_testEnumPropResponse::TestDescription_ippResponseTestCase_testEnumPropResponse(), TestDescription_ippResponseTestCase_testErrorResponse::TestDescription_ippResponseTestCase_testErrorResponse(), TestDescription_ippResponseTestCase_testfindPropertyDefinition::TestDescription_ippResponseTestCase_testfindPropertyDefinition(), TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses::TestDescription_ippResponseTestCase_testGenerateEnumAllPropResponses(), TestDescription_ippResponseTestCase_testGenerateEnumPropResponses::TestDescription_ippResponseTestCase_testGenerateEnumPropResponses(), TestDescription_ippResponseTestCase_testGetChangeToolActionResponse::TestDescription_ippResponseTestCase_testGetChangeToolActionResponse(), TestDescription_ippResponseTestCase_testGetCoordSystemResponse::TestDescription_ippResponseTestCase_testGetCoordSystemResponse(), TestDescription_ippResponseTestCase_testGetCsyTransformationResponse::TestDescription_ippResponseTestCase_testGetCsyTransformationResponse(), TestDescription_ippResponseTestCase_testGetDMEVersionResponse::TestDescription_ippResponseTestCase_testGetDMEVersionResponse(), TestDescription_ippResponseTestCase_testGetErrStatusEResponse::TestDescription_ippResponseTestCase_testGetErrStatusEResponse(), TestDescription_ippResponseTestCase_testGetMachineClassResponse::TestDescription_ippResponseTestCase_testGetMachineClassResponse(), TestDescription_ippResponseTestCase_testGetPropResponse::TestDescription_ippResponseTestCase_testGetPropResponse(), TestDescription_ippResponseTestCase_testGoToEResponse::TestDescription_ippResponseTestCase_testGoToEResponse(), TestDescription_ippResponseTestCase_testIsHomedResponse::TestDescription_ippResponseTestCase_testIsHomedResponse(), TestDescription_ippResponseTestCase_testIsUserEnabledResponse::TestDescription_ippResponseTestCase_testIsUserEnabledResponse(), TestDescription_ippResponseTestCase_testKeyPressEResponse::TestDescription_ippResponseTestCase_testKeyPressEResponse(), TestDescription_ippResponseTestCase_testOnMoveReportEResponse::TestDescription_ippResponseTestCase_testOnMoveReportEResponse(), TestDescription_ippResponseTestCase_testPtMeasEResponse::TestDescription_ippResponseTestCase_testPtMeasEResponse(), TestDescription_ippResponseTestCase_testPtMeasOrGetResponse::TestDescription_ippResponseTestCase_testPtMeasOrGetResponse(), TestDescription_ippResponseTestCase_testScanResponse::TestDescription_ippResponseTestCase_testScanResponse(), TestDescription_ippResponseTestCase_testSetPropEResponse::TestDescription_ippResponseTestCase_testSetPropEResponse(), TestDescription_ippResponseTestCase_testSetPropEResponseMulti::TestDescription_ippResponseTestCase_testSetPropEResponseMulti(), TestDescription_ippResponseTestCase_testStringResponse::TestDescription_ippResponseTestCase_testStringResponse(), TestDescription_ippResponseTestCase_testTiltCenterPartResponse::TestDescription_ippResponseTestCase_testTiltCenterPartResponse(), TestDescription_ippResponseTestCase_testTiltPartResponse::TestDescription_ippResponseTestCase_testTiltPartResponse(), TestDescription_ippResponseTestCase_testToolAlignmentResponse::TestDescription_ippResponseTestCase_testToolAlignmentResponse(), TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse::TestDescription_ippResponseTestCase_testToolAlignmentVolumeResponse(), TestDescription_ippResponseTestCase_testToolIdResponse::TestDescription_ippResponseTestCase_testToolIdResponse(), and TestDescription_ippResponseTestCase_testToolNameResponse::TestDescription_ippResponseTestCase_testToolNameResponse().

CxxTest::List Tests_ippSimpleServerTestCase = { 0, 0 } [static]
 

Definition at line 22 of file runner.cpp.

Referenced by TestDescription_ippSimpleServerTestCase_testSimpleServer1::TestDescription_ippSimpleServerTestCase_testSimpleServer1(), TestDescription_ippSimpleServerTestCase_testSimpleServer2::TestDescription_ippSimpleServerTestCase_testSimpleServer2(), TestDescription_ippSimpleServerTestCase_testSimpleServer3::TestDescription_ippSimpleServerTestCase_testSimpleServer3(), TestDescription_ippSimpleServerTestCase_testSimpleServer4::TestDescription_ippSimpleServerTestCase_testSimpleServer4(), TestDescription_ippSimpleServerTestCase_testSimpleServer5::TestDescription_ippSimpleServerTestCase_testSimpleServer5(), TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE::TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingAbortE(), TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand::TestDescription_ippSimpleServerTestCase_testSimpleServerReceivingInvalidCommand(), and TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession::TestDescription_ippSimpleServerTestCase_testSimpleServerStartSessionEndSession().

CxxTest::List Tests_ippStringBuilderTestCase = { 0, 0 } [static]
 

Definition at line 77 of file runner.cpp.

Referenced by TestDescription_ippStringBuilderTestCase_test1::TestDescription_ippStringBuilderTestCase_test1(), TestDescription_ippStringBuilderTestCase_test2::TestDescription_ippStringBuilderTestCase_test2(), TestDescription_ippStringBuilderTestCase_test3::TestDescription_ippStringBuilderTestCase_test3(), TestDescription_ippStringBuilderTestCase_test4::TestDescription_ippStringBuilderTestCase_test4(), TestDescription_ippStringBuilderTestCase_test5::TestDescription_ippStringBuilderTestCase_test5(), TestDescription_ippStringBuilderTestCase_test6::TestDescription_ippStringBuilderTestCase_test6(), TestDescription_ippStringBuilderTestCase_test7::TestDescription_ippStringBuilderTestCase_test7(), TestDescription_ippStringBuilderTestCase_test8::TestDescription_ippStringBuilderTestCase_test8(), and TestDescription_ippStringBuilderTestCase_test9::TestDescription_ippStringBuilderTestCase_test9().


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