Searched refs:leaveSuite (Results 1 - 8 of 8) sorted by relevance
/inkscape/cxxtest/cxxtest/ | ||
H A D | TestListener.h | 65 virtual void leaveSuite( const SuiteDescription & /*desc*/ ) {} function in class:CxxTest::TestListener |
H A D | Gui.h | 45 void leaveSuite( const SuiteDescription & ) {} function in class:CxxTest::GuiListener |
H A D | TestRunner.h | 65 tracker().leaveSuite( sd ); |
H A D | TeeListener.h | 163 void leaveSuite( const SuiteDescription &d ) function in class:CxxTest::TeeListener 165 _first->leaveSuite(d); 166 _second->leaveSuite(d); |
H A D | TestTracker.h | 46 void leaveSuite( const SuiteDescription &sd ); |
H A D | TestTracker.cpp | 103 void TestTracker::leaveSuite( const SuiteDescription &sd ) function in class:CxxTest::TestTracker 105 _l->leaveSuite( sd ); |
/inkscape/src/ | ||
H A D | TRPIFormatter.h | 94 virtual void leaveSuite( const SuiteDescription & desc ) function in class:CxxTest::TRPIFormatter |
H A D | PylogFormatter.h | 121 virtual void leaveSuite( const SuiteDescription & desc ) function in class:CxxTest::PylogFormatter |
Completed in 161 milliseconds