Searched refs:ScopeGuardTestCase (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/tests/scopeguard/
H A Dscopeguardtest.cpp55 class ScopeGuardTestCase : public CppUnit::TestCase class in inherits:CppUnit::TestCase
58 CPPUNIT_TEST_SUITE(ScopeGuardTestCase);
72 CPPUNIT_TEST_SUITE_REGISTRATION(ScopeGuardTestCase); variable
75 CPPUNIT_TEST_SUITE_NAMED_REGISTRATION(ScopeGuardTestCase,
76 "ScopeGuardTestCase");
79 // ScopeGuardTestCase implementation
82 void ScopeGuardTestCase::Normal()
107 void ScopeGuardTestCase::Dismiss()
132 void ScopeGuardTestCase::BlockExit()
154 void ScopeGuardTestCase
[all...]

Completed in 86 milliseconds