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

ippUtest.h File Reference

Go to the source code of this file.

Defines

#define CXXTEST_HAVE_STD
#define CXXTEST_HAVE_EH
#define CXXTEST_ABORT_TEST_ON_FAIL
#define IPP_END_STRING   "\r\n"
#define IPP_UTEST_ASSERT_EQUALS(a, b)   TS_ASSERT_EQUALS(a,b)
#define IPP_UTEST_ASSERT(condition)   TS_ASSERT(condition)
#define IPP_UTEST_ASSERT_M(message, condition)   TSM_ASSERT(message,condition)
#define IPP_UTEST_ASSERT_EQUALS_M(a, b, message)   TSM_ASSERT_EQUALS(message,a,b)
#define IPP_UTEST_ASSERT_FAIL_M(message)   TSM_ASSERT(message,false)
#define IPP_TRACE(message)   TS_TRACE(message)


Define Documentation

#define CXXTEST_ABORT_TEST_ON_FAIL
 

Definition at line 13 of file ippUtest.h.

#define CXXTEST_HAVE_EH
 

Definition at line 12 of file ippUtest.h.

#define CXXTEST_HAVE_STD
 

Definition at line 11 of file ippUtest.h.

#define IPP_END_STRING   "\r\n"
 

Definition at line 18 of file ippUtest.h.

#define IPP_TRACE message   )     TS_TRACE(message)
 

Definition at line 25 of file ippUtest.h.

#define IPP_UTEST_ASSERT condition   )     TS_ASSERT(condition)
 

Definition at line 21 of file ippUtest.h.

Referenced by recheck_with_parser(), ippSimpleServerTestCase::SendCommands(), ippOnScanReportBuilderTestCase::test_IsNearlyFull(), ippOnScanReportBuilderTestCase::test_single_point(), ippOnScanReportBuilderTestCase::test_two_points(), ippOnScanReportBuilderTestCase::test_very_large_response_bloc(), TestCommandsOnFile(), ippResponseTestCase::testfindPropertyDefinition(), ippCommandParserTestCase::testGetProp(), ippCommandParserTestCase::testInvalidCommands(), ippResponseParserTestCase::testOnMoveReportE(), ippCommandParserTestCase::testOnMoveReportE(), ippResponseParserTestCase::testOnMoveReportE_bad_string(), ippCommandParserTestCase::testOnPtMeas(), ippCommandParserTestCase::testOnPtMeasReport(), ippCommandParserTestCase::testOnSamplePRGFileI(), ippResponseParserTestCase::testOnSampleResFile(), ippResponseParserTestCase::testPtMeas(), TestResponsesOnFile(), ippCommandParserTestCase::testScanOnCurve_BadFormat(), ippCommandParserTestCase::testScanOnCurve_Format1_BadData(), ippCommandParserTestCase::testScanOnCurve_Format1_OK(), ippCommandParserTestCase::testScanOnCurve_Format1_very_long_input(), ippCommandParserTestCase::testScanOnCurve_Format2_BadData(), ippCommandParserTestCase::testScanOnCurve_Format2_OK(), ippCommandParserTestCase::testScanOnCurve_Format3_BadData(), ippCommandParserTestCase::testScanOnCurve_Format3_OK(), ippResponseParserTestCase::testSetPropEResponse(), ippResponseParserTestCase::testSetPropEResponse_bad_string(), ippResponseParserTestCase::testSetPropEResponseMulti(), ippSimpleServerTestCase::testSimpleServer1(), ippSimpleServerTestCase::testSimpleServer2(), ippSimpleServerTestCase::testSimpleServer3(), ippSimpleServerTestCase::testSimpleServer4(), ippSimpleServerTestCase::testSimpleServer5(), ippSimpleServerTestCase::testSimpleServerReceivingAbortE(), ippSimpleServerTestCase::testSimpleServerReceivingInvalidCommand(), ippSimpleServerTestCase::testSimpleServerStartSessionEndSession(), ippClientServerSpyTestCase::testSpy(), ippClientServerSpyTestCase::testSpy_with_uncompliant_client1(), and ippResponseParserTestCase::testToolCollisionVolume().

#define IPP_UTEST_ASSERT_EQUALS a,
 )     TS_ASSERT_EQUALS(a,b)
 

Definition at line 20 of file ippUtest.h.

Referenced by recheck_with_parser(), ippStringBuilderTestCase::test1(), ippCommandParserTestCase::test1(), ippStringBuilderTestCase::test2(), ippStringBuilderTestCase::test3(), ippStringBuilderTestCase::test4(), ippStringBuilderTestCase::test5(), ippStringBuilderTestCase::test6(), ippStringBuilderTestCase::test7(), ippStringBuilderTestCase::test8(), ippStringBuilderTestCase::test9(), ippOnScanReportBuilderTestCase::test_IsNearlyFull(), ippOnScanReportBuilderTestCase::test_single_point(), ippOnScanReportBuilderTestCase::test_two_points(), ippResponseTestCase::testAckResponse(), ippCommandTestCase::testAlignPartCommand(), ippResponseTestCase::testAlignResponse(), ippCommandTestCase::testAlignToolCommand(), ippCommandTestCase::testCenterPartCommand(), ippResponseTestCase::testCenterPartResponse(), ippCommandTestCase::testChangeToolCommand(), ippResponseTestCase::testChangeToolEResponse(), TestCommandsOnFile(), ippCommandParserTestCase::testCommandWithArguments(), ippCommandTestCase::testDeleteCoordSystemCommand(), ippCommandTestCase::testEnumAllPropCommand(), ippCommandTestCase::testEnumAllToolCollectionsCommand(), ippCommandTestCase::testEnumCoordSystemsCommand(), ippCommandTestCase::testEnumPropCommand(), ippResponseTestCase::testEnumPropResponse(), ippCommandTestCase::testEnumToolCollectionCommand(), ippCommandTestCase::testEnumToolsCommand(), ippResponseTestCase::testErrorResponse(), ippCommandTestCase::testFindToolCommand(), ippCommandTestCase::testFoundToolProperties(), ippResponseTestCase::testGenerateEnumAllPropResponses(), ippResponseTestCase::testGenerateEnumPropResponses(), ippCommandTestCase::testGetChangeToolActionCommand(), ippResponseTestCase::testGetChangeToolActionResponse(), ippCommandTestCase::testGetCommand(), ippResponseTestCase::testGetCoordSystemResponse(), ippCommandTestCase::testGetCsyTransformationCommand(), ippResponseTestCase::testGetCsyTransformationResponse(), ippResponseTestCase::testGetDMEVersionResponse(), ippResponseTestCase::testGetErrStatusEResponse(), ippResponseTestCase::testGetMachineClassResponse(), ippCommandTestCase::testGetNamedCsyTransformationCommand(), ippCommandParserTestCase::testGetProp(), ippCommandTestCase::testGetPropCommand(), ippCommandTestCase::testGetPropECommand(), ippResponseTestCase::testGetPropResponse(), ippCommandTestCase::testGoToCommand(), ippResponseTestCase::testGoToEResponse(), ippCommandParserTestCase::testInvalidCommands(), ippResponseTestCase::testIsHomedResponse(), ippResponseTestCase::testIsUserEnabledResponse(), ippResponseTestCase::testKeyPressEResponse(), ippCommandTestCase::testLoadCoordSystemCommand(), ippCommandTestCase::testLockAxisCommand(), ippResponseParserTestCase::testOnMoveReportE(), ippCommandParserTestCase::testOnMoveReportE(), ippCommandTestCase::testOnMoveReportECommand(), ippResponseTestCase::testOnMoveReportEResponse(), ippCommandParserTestCase::testOnPtMeas(), ippCommandParserTestCase::testOnPtMeasReport(), ippCommandTestCase::testOnPtMeasReportCommand(), ippCommandTestCase::testOnScanReportCommand(), ippCommandTestCase::testOpenToolCollectionCommand(), ippResponseParserTestCase::testPtMeas(), ippCommandTestCase::testPtMeasCommand(), ippResponseTestCase::testPtMeasEResponse(), ippResponseTestCase::testPtMeasOrGetResponse(), ippCommandTestCase::testPtMeasSelfCenterCommand(), ippCommandTestCase::testPtMeasSelfCenterLockedCommand(), ippCommandTestCase::testReQualifyCommand(), TestResponsesOnFile(), ippCommandTestCase::testSaveActiveCoordSystemCommand(), ippCommandTestCase::testSaveNamedCsyTransformationCommand(), ippCommandTestCase::testScanInCylEndIsPlaneCommand(), ippCommandTestCase::testScanInCylEndIsSphereCommand(), ippCommandTestCase::testScanInPlaneEndIsCylCommand(), ippCommandTestCase::testScanInPlaneEndIsPlaneCommand(), ippCommandTestCase::testScanInPlaneEndIsSphereCommand(), ippCommandTestCase::testScanOnCircleCommand(), ippCommandTestCase::testScanOnCircleHintCommand(), ippCommandParserTestCase::testScanOnCurve_BadFormat(), ippCommandParserTestCase::testScanOnCurve_Format1_BadData(), ippCommandParserTestCase::testScanOnCurve_Format1_OK(), ippCommandParserTestCase::testScanOnCurve_Format1_very_long_input(), ippCommandParserTestCase::testScanOnCurve_Format2_BadData(), ippCommandParserTestCase::testScanOnCurve_Format2_OK(), ippCommandParserTestCase::testScanOnCurve_Format3_BadData(), ippCommandParserTestCase::testScanOnCurve_Format3_OK(), ippCommandTestCase::testScanOnCurveCommand_Type1(), ippCommandTestCase::testScanOnCurveCommand_Type2(), ippCommandTestCase::testScanOnCurveCommand_Type3(), ippCommandTestCase::testScanOnCurveDensityCommand(), ippCommandTestCase::testScanOnCurveHintCommand(), ippCommandTestCase::testScanOnHelixCommand(), ippCommandTestCase::testScanOnLineCommand(), ippCommandTestCase::testScanOnLineHintCommand(), ippResponseTestCase::testScanResponse(), ippCommandTestCase::testScanUnknownDensityCommand(), ippCommandTestCase::testScanUnknownHintCommand(), ippCommandTestCase::testSetCoordSystemCommand(), ippCommandTestCase::testSetCsyTransformationCommand(), ippCommandTestCase::testSetPropCommand(), ippResponseTestCase::testSetPropEResponse(), ippResponseParserTestCase::testSetPropEResponse(), ippResponseTestCase::testSetPropEResponseMulti(), ippResponseParserTestCase::testSetPropEResponseMulti(), ippCommandTestCase::testSetToolCommand(), ippSimpleServerTestCase::testSimpleServer1(), ippSimpleServerTestCase::testSimpleServer3(), ippSimpleServerTestCase::testSimpleServer4(), ippSimpleServerTestCase::testSimpleServerReceivingAbortE(), ippSimpleServerTestCase::testSimpleServerReceivingInvalidCommand(), ippSimpleServerTestCase::testSimpleServerStartSessionEndSession(), ippClientServerSpyTestCase::testSpy(), ippClientServerSpyTestCase::testSpy_with_uncompliant_client1(), ippCommandTestCase::testStopDaemonCommand(), ippResponseTestCase::testStringResponse(), ippCommandTestCase::testTiltCenterPartCommand(), ippResponseTestCase::testTiltCenterPartResponse(), ippCommandTestCase::testTiltPartCommand(), ippResponseTestCase::testTiltPartResponse(), ippResponseTestCase::testToolAlignmentResponse(), ippResponseTestCase::testToolAlignmentVolumeResponse(), ippResponseTestCase::testToolIdResponse(), ippResponseTestCase::testToolNameResponse(), and ippMemoryLeakDetector::~ippMemoryLeakDetector().

#define IPP_UTEST_ASSERT_EQUALS_M a,
b,
message   )     TSM_ASSERT_EQUALS(message,a,b)
 

Definition at line 23 of file ippUtest.h.

#define IPP_UTEST_ASSERT_FAIL_M message   )     TSM_ASSERT(message,false)
 

Definition at line 24 of file ippUtest.h.

#define IPP_UTEST_ASSERT_M message,
condition   )     TSM_ASSERT(message,condition)
 

Definition at line 22 of file ippUtest.h.

Referenced by recheck_with_parser().


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