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

ippCommandTestCase Class Reference

Inheritance diagram for ippCommandTestCase:

TestSuite List of all members.

Public Member Functions

 ippCommandTestCase ()
void setUp ()
void tearDown ()
void testAlignPartCommand ()
void testAlignToolCommand ()
void testChangeToolCommand ()
void testCenterPartCommand ()
void testEnumAllPropCommand ()
void testEnumPropCommand ()
void testFindToolCommand ()
void testGetChangeToolActionCommand ()
void testGetCommand ()
void testGetCsyTransformationCommand ()
void testGetErrorInfoCommand ()
void testGetPropCommand ()
void testGetPropECommand ()
void testGoToCommand ()
void testOnMoveReportECommand ()
void testOnPtMeasReportCommand ()
void testOnScanReportCommand ()
void testPtMeasCommand ()
void testScanInCylEndIsPlaneCommand ()
void testScanInCylEndIsSphereCommand ()
void testScanInPlaneEndIsCylCommand ()
void testScanInPlaneEndIsPlaneCommand ()
void testScanInPlaneEndIsSphereCommand ()
void testScanOnCircleCommand ()
void testScanOnCircleHintCommand ()
void testScanOnLineCommand ()
void testScanOnLineHintCommand ()
void testScanUnknownHintCommand ()
void testSetCoordSystemCommand ()
void testSetCsyTransformationCommand ()
void testSetPropCommand ()
void testSetToolCommand ()
void testStopDaemonCommand ()
void testTiltCenterPartCommand ()
void testTiltPartCommand ()
void testLockAxisCommand ()
void testReQualifyCommand ()
void testEnumToolsCommand ()
void testEnumToolCollectionCommand ()
void testEnumAllToolCollectionsCommand ()
void testOpenToolCollectionCommand ()
void testGetNamedCsyTransformationCommand ()
void testSaveNamedCsyTransformationCommand ()
void testPtMeasSelfCenterCommand ()
void testPtMeasSelfCenterLockedCommand ()
void testSaveActiveCoordSystemCommand ()
void testLoadCoordSystemCommand ()
void testDeleteCoordSystemCommand ()
void testEnumCoordSystemsCommand ()
void testScanOnCurveDensityCommand ()
void testScanOnCurveHintCommand ()
void testScanOnCurveCommand_Type1 ()
void testScanOnCurveCommand_Type2 ()
void testScanOnCurveCommand_Type3 ()
void testScanOnHelixCommand ()
void testScanUnknownDensityCommand ()
void testFoundToolProperties ()
void testLockPosition ()

Constructor & Destructor Documentation

ippCommandTestCase::ippCommandTestCase  ) 
 

Definition at line 16 of file ippCommandTestCase.h.


Member Function Documentation

void ippCommandTestCase::setUp  ) 
 

Definition at line 18 of file ippCommandTestCase.h.

void ippCommandTestCase::tearDown  ) 
 

Definition at line 19 of file ippCommandTestCase.h.

void ippCommandTestCase::testAlignPartCommand  ) 
 

Definition at line 29 of file ippCommandTestCase.cpp.

References ippAlignPartCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testAlignPartCommand::runTest().

void ippCommandTestCase::testAlignToolCommand  ) 
 

Definition at line 56 of file ippCommandTestCase.cpp.

References ippAlignToolCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testAlignToolCommand::runTest().

void ippCommandTestCase::testCenterPartCommand  ) 
 

Definition at line 81 of file ippCommandTestCase.cpp.

References ippCenterPartCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testCenterPartCommand::runTest().

void ippCommandTestCase::testChangeToolCommand  ) 
 

Definition at line 92 of file ippCommandTestCase.cpp.

References ippChangeToolCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testChangeToolCommand::runTest().

void ippCommandTestCase::testDeleteCoordSystemCommand  ) 
 

Definition at line 1075 of file ippCommandTestCase.cpp.

References ippDeleteCoordSystemCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testDeleteCoordSystemCommand::runTest().

void ippCommandTestCase::testEnumAllPropCommand  ) 
 

Definition at line 104 of file ippCommandTestCase.cpp.

References ippEnumAllPropCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, ippProp, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testEnumAllPropCommand::runTest().

void ippCommandTestCase::testEnumAllToolCollectionsCommand  ) 
 

Definition at line 994 of file ippCommandTestCase.cpp.

References ippEnumAllToolCollectionsCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testEnumAllToolCollectionsCommand::runTest().

void ippCommandTestCase::testEnumCoordSystemsCommand  ) 
 

Definition at line 1084 of file ippCommandTestCase.cpp.

References ippCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testEnumCoordSystemsCommand::runTest().

void ippCommandTestCase::testEnumPropCommand  ) 
 

Definition at line 153 of file ippCommandTestCase.cpp.

References ippEnumPropCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, ippProp, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testEnumPropCommand::runTest().

void ippCommandTestCase::testEnumToolCollectionCommand  ) 
 

Definition at line 984 of file ippCommandTestCase.cpp.

References ippEnumToolCollectionCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testEnumToolCollectionCommand::runTest().

void ippCommandTestCase::testEnumToolsCommand  ) 
 

Definition at line 973 of file ippCommandTestCase.cpp.

References ippCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testEnumToolsCommand::runTest().

void ippCommandTestCase::testFindToolCommand  ) 
 

Definition at line 197 of file ippCommandTestCase.cpp.

References ippFindToolCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testFindToolCommand::runTest().

void ippCommandTestCase::testFoundToolProperties  ) 
 

Definition at line 1217 of file ippCommandTestCase.cpp.

References ippGetPropCommand::addProp(), ippGetPropCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, ippProp, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testFoundToolProperties::runTest().

void ippCommandTestCase::testGetChangeToolActionCommand  ) 
 

Definition at line 210 of file ippCommandTestCase.cpp.

References ippGetChangeToolActionCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGetChangeToolActionCommand::runTest().

void ippCommandTestCase::testGetCommand  ) 
 

Definition at line 223 of file ippCommandTestCase.cpp.

References ippGetCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGetCommand::runTest().

void ippCommandTestCase::testGetCsyTransformationCommand  ) 
 

Definition at line 245 of file ippCommandTestCase.cpp.

References ippGetCsyTransformationCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, JogDisplayCsy, JogMoveCsy, MoveableMachineCsy, MultipleArmCsy, PartCsy, recheck_with_parser(), and SensorCsy.

Referenced by TestDescription_ippCommandTestCase_testGetCsyTransformationCommand::runTest().

void ippCommandTestCase::testGetErrorInfoCommand  ) 
 

Definition at line 303 of file ippCommandTestCase.cpp.

References ArgumentOutOfRange, ippGetErrorInfoCommand::getCommandString(), and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGetErrorInfoCommand::runTest().

void ippCommandTestCase::testGetNamedCsyTransformationCommand  ) 
 

Definition at line 1036 of file ippCommandTestCase.cpp.

References ippGetNamedCsyTransformationCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGetNamedCsyTransformationCommand::runTest().

void ippCommandTestCase::testGetPropCommand  ) 
 

Definition at line 313 of file ippCommandTestCase.cpp.

References ippGetPropCommand::addProp(), ippGetPropCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, ippProp, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGetPropCommand::runTest().

void ippCommandTestCase::testGetPropECommand  ) 
 

Definition at line 388 of file ippCommandTestCase.cpp.

References ippGetPropCommand::addProp(), ippGetPropECommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, ippProp, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGetPropECommand::runTest().

void ippCommandTestCase::testGoToCommand  ) 
 

Definition at line 403 of file ippCommandTestCase.cpp.

References ippGoToCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testGoToCommand::runTest().

void ippCommandTestCase::testLoadCoordSystemCommand  ) 
 

Definition at line 1066 of file ippCommandTestCase.cpp.

References ippLoadCoordSystemCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testLoadCoordSystemCommand::runTest().

void ippCommandTestCase::testLockAxisCommand  ) 
 

Definition at line 920 of file ippCommandTestCase.cpp.

References ippLockAxisCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testLockAxisCommand::runTest().

void ippCommandTestCase::testLockPosition  ) 
 

Definition at line 89 of file ippCommandTestCase.h.

Referenced by TestDescription_ippCommandTestCase_testLockPosition::runTest().

void ippCommandTestCase::testOnMoveReportECommand  ) 
 

Definition at line 452 of file ippCommandTestCase.cpp.

References ippOnMoveReportECommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testOnMoveReportECommand::runTest().

void ippCommandTestCase::testOnPtMeasReportCommand  ) 
 

Definition at line 506 of file ippCommandTestCase.cpp.

References ippOnPtMeasReportCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testOnPtMeasReportCommand::runTest().

void ippCommandTestCase::testOnScanReportCommand  ) 
 

Definition at line 547 of file ippCommandTestCase.cpp.

References ippOnScanReportCommand::append(), ippOnScanReportCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testOnScanReportCommand::runTest().

void ippCommandTestCase::testOpenToolCollectionCommand  ) 
 

Definition at line 1004 of file ippCommandTestCase.cpp.

References ippOpenToolCollectionCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testOpenToolCollectionCommand::runTest().

void ippCommandTestCase::testPtMeasCommand  ) 
 

Definition at line 489 of file ippCommandTestCase.cpp.

References ippPtMeasCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testPtMeasCommand::runTest().

void ippCommandTestCase::testPtMeasSelfCenterCommand  ) 
 

Definition at line 1014 of file ippCommandTestCase.cpp.

References ippPtMeasSelfCenterCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testPtMeasSelfCenterCommand::runTest().

void ippCommandTestCase::testPtMeasSelfCenterLockedCommand  ) 
 

Definition at line 1024 of file ippCommandTestCase.cpp.

References ippPtMeasSelfCenterLockedCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testPtMeasSelfCenterLockedCommand::runTest().

void ippCommandTestCase::testReQualifyCommand  ) 
 

Definition at line 962 of file ippCommandTestCase.cpp.

References ippCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testReQualifyCommand::runTest().

void ippCommandTestCase::testSaveActiveCoordSystemCommand  ) 
 

Definition at line 1057 of file ippCommandTestCase.cpp.

References ippSaveActiveCoordSystemCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testSaveActiveCoordSystemCommand::runTest().

void ippCommandTestCase::testSaveNamedCsyTransformationCommand  ) 
 

Definition at line 1046 of file ippCommandTestCase.cpp.

References ippSaveNamedCsyTransformationCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testSaveNamedCsyTransformationCommand::runTest().

void ippCommandTestCase::testScanInCylEndIsPlaneCommand  ) 
 

Definition at line 598 of file ippCommandTestCase.cpp.

References ippScanInCylEndIsPlaneCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanInCylEndIsPlaneCommand::runTest().

void ippCommandTestCase::testScanInCylEndIsSphereCommand  ) 
 

Definition at line 610 of file ippCommandTestCase.cpp.

References ippScanInCylEndIsSphereCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanInCylEndIsSphereCommand::runTest().

void ippCommandTestCase::testScanInPlaneEndIsCylCommand  ) 
 

Definition at line 631 of file ippCommandTestCase.cpp.

References ippScanInPlaneEndIsCylCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanInPlaneEndIsCylCommand::runTest().

void ippCommandTestCase::testScanInPlaneEndIsPlaneCommand  ) 
 

Definition at line 644 of file ippCommandTestCase.cpp.

References ippScanInPlaneEndIsPlaneCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanInPlaneEndIsPlaneCommand::runTest().

void ippCommandTestCase::testScanInPlaneEndIsSphereCommand  ) 
 

Definition at line 656 of file ippCommandTestCase.cpp.

References ippScanInPlaneEndIsSphereCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanInPlaneEndIsSphereCommand::runTest().

void ippCommandTestCase::testScanOnCircleCommand  ) 
 

Definition at line 668 of file ippCommandTestCase.cpp.

References ippScanOnCircleCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCircleCommand::runTest().

void ippCommandTestCase::testScanOnCircleHintCommand  ) 
 

Definition at line 680 of file ippCommandTestCase.cpp.

References ippScanOnCircleHintCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCircleHintCommand::runTest().

void ippCommandTestCase::testScanOnCurveCommand_Type1  ) 
 

Definition at line 1158 of file ippCommandTestCase.cpp.

References ippScanOnCurveCommand::addPoint(), ippScanOnCurveCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type1::runTest().

void ippCommandTestCase::testScanOnCurveCommand_Type2  ) 
 

Definition at line 1171 of file ippCommandTestCase.cpp.

References ippScanOnCurveCommand::addPoint(), ippScanOnCurveCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type2::runTest().

void ippCommandTestCase::testScanOnCurveCommand_Type3  ) 
 

Definition at line 1185 of file ippCommandTestCase.cpp.

References ippScanOnCurveCommand::addPoint(), ippScanOnCurveCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCurveCommand_Type3::runTest().

void ippCommandTestCase::testScanOnCurveDensityCommand  ) 
 

Definition at line 1116 of file ippCommandTestCase.cpp.

References ippScanXXXXDensityCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCurveDensityCommand::runTest().

void ippCommandTestCase::testScanOnCurveHintCommand  ) 
 

Definition at line 1147 of file ippCommandTestCase.cpp.

References ippScanOnCurveHintCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnCurveHintCommand::runTest().

void ippCommandTestCase::testScanOnHelixCommand  ) 
 

Definition at line 1202 of file ippCommandTestCase.cpp.

References ippScanOnHelixCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnHelixCommand::runTest().

void ippCommandTestCase::testScanOnLineCommand  ) 
 

Definition at line 691 of file ippCommandTestCase.cpp.

References ippScanOnLineCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnLineCommand::runTest().

void ippCommandTestCase::testScanOnLineHintCommand  ) 
 

Definition at line 703 of file ippCommandTestCase.cpp.

References ippScanOnLineHintCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanOnLineHintCommand::runTest().

void ippCommandTestCase::testScanUnknownDensityCommand  ) 
 

Definition at line 1094 of file ippCommandTestCase.cpp.

References ippScanXXXXDensityCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanUnknownDensityCommand::runTest().

void ippCommandTestCase::testScanUnknownHintCommand  ) 
 

Definition at line 714 of file ippCommandTestCase.cpp.

References ippScanUnknownHintCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testScanUnknownHintCommand::runTest().

void ippCommandTestCase::testSetCoordSystemCommand  ) 
 

Definition at line 726 of file ippCommandTestCase.cpp.

References ippSetCoordSystemCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, JogDisplayCsy, JogMoveCsy, MachineCsy, MoveableMachineCsy, MultipleArmCsy, PartCsy, recheck_with_parser(), and SensorCsy.

Referenced by TestDescription_ippCommandTestCase_testSetCoordSystemCommand::runTest().

void ippCommandTestCase::testSetCsyTransformationCommand  ) 
 

Definition at line 784 of file ippCommandTestCase.cpp.

References ippSetCsyTransformationCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, JogDisplayCsy, JogMoveCsy, MachineCsy, MoveableMachineCsy, MultipleArmCsy, PartCsy, recheck_with_parser(), and SensorCsy.

Referenced by TestDescription_ippCommandTestCase_testSetCsyTransformationCommand::runTest().

void ippCommandTestCase::testSetPropCommand  ) 
 

Definition at line 851 of file ippCommandTestCase.cpp.

References ippSetPropCommand::addPropValue(), ippSetPropCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, ippProp, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testSetPropCommand::runTest().

void ippCommandTestCase::testSetToolCommand  ) 
 

Definition at line 867 of file ippCommandTestCase.cpp.

References ippSetToolCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testSetToolCommand::runTest().

void ippCommandTestCase::testStopDaemonCommand  ) 
 

Definition at line 878 of file ippCommandTestCase.cpp.

References ippStopDaemonCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testStopDaemonCommand::runTest().

void ippCommandTestCase::testTiltCenterPartCommand  ) 
 

Definition at line 890 of file ippCommandTestCase.cpp.

References ippTiltCenterPartCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testTiltCenterPartCommand::runTest().

void ippCommandTestCase::testTiltPartCommand  ) 
 

Definition at line 906 of file ippCommandTestCase.cpp.

References ippTiltPartCommand::getCommandString(), IPP_UTEST_ASSERT_EQUALS, and recheck_with_parser().

Referenced by TestDescription_ippCommandTestCase_testTiltPartCommand::runTest().


The documentation for this class was generated from the following files:
Generated on Wed Nov 8 00:20:48 2006 for IPPDME by  doxygen 1.4.1