|
Value: } catch (const skip_test &) { \
skip = true; \
} catch ( const CppUnit::Exception &e ) { \
failTest(arg); \
throw; \
} catch ( const std::exception &e ) { \
failTest(arg); \
CPPUNIT_FAIL( e.what() ); \
} catch (...) { \
failTest(arg); \
throw; \
} \
if( skip ) \
skipTest(arg); \
else \
passTest(arg)
Definition at line 60 of file outputctl.h.
Referenced by testPlatform::testAssetTag(), testPlatform::testBiosVersion(), testPlatform::testCmosChecksum(), testStandalone::testCmosConstructor(), testPlatform::testCmosWriting(), testStandalone::testConstIterator(), testPlatform::testConstructionOffset1(), testPlatform::testConstructionOffset2(), testStandalone::testEachItemAccessors(), testStandalone::testEntryCount(), testStandalone::testException(), testStandalone::testGetBoundaries(), testPlatform::testIdByte(), testPlatform::testIsDell(), testStandalone::testItemIdentity(), testStandalone::testLibraryVersion(), testStandalone::testMemoryBadFiles(), testStandalone::testMemoryFuncs(), testStandalone::testNonXml(), testPlatform::testOutOfBounds(), testRbu::testRbuBadData(), testRbu::testRbuBasic(), testRbu::testRbuNewVerCompare(), testRbu::testRbuNewVerSplit(), testRbu::testRbuOldVerCompare(), testRbu::testRbuOutput(), testPlatform::testServiceTag(), testPlatform::testServiceTagWriting(), testStandalone::testSmbiosXml(), testStandalone::testSmi_callingInterface(), testStandalone::testSmi_callingInterface_physaddr(), testPlatform::testStateBytes(), testStandalone::testStreamify(), testStandalone::testSubscriptOperator1(), testStandalone::testSubscriptOperator2(), testStandalone::testSubscriptOperator3(), testPlatform::testSystemInfo(), testPlatform::testSystemName(), testStandalone::testTable_Subscript(), testPlatform::testUpBoot(), and testPlatform::testVariousAccessors(). |