CppUnit project page | FAQ |
This is the complete list of members for TestResult, including all inherited members.
addError(Test *test, Exception *e) | TestResult | virtual |
addFailure(Test *test, Exception *e) | TestResult | virtual |
addFailure(const TestFailure &failure) | TestResult | protected |
addListener(TestListener *listener) | TestResult | virtual |
endSuite(Test *test) | TestResult | virtual |
endTest(Test *test) | TestResult | virtual |
endTestRun(Test *test) | TestResult | protectedvirtual |
m_listeners | TestResult | protected |
m_protectorChain | TestResult | protected |
m_stop | TestResult | protected |
m_syncObject | SynchronizedObject | protected |
operator=(const TestResult &other) | TestResult | private |
popProtector() | TestResult | virtual |
protect(const Functor &functor, Test *test, const std::string &shortDescription=std::string("")) | TestResult | virtual |
pushProtector(Protector *protector) | TestResult | virtual |
removeListener(TestListener *listener) | TestResult | virtual |
reset() | TestResult | virtual |
runTest(Test *test) | TestResult | virtual |
setSynchronizationObject(SynchronizationObject *syncObject) | SynchronizedObject | protectedvirtual |
shouldStop() const | TestResult | virtual |
startSuite(Test *test) | TestResult | virtual |
startTest(Test *test) | TestResult | virtual |
startTestRun(Test *test) | TestResult | protectedvirtual |
stop() | TestResult | virtual |
SynchronizedObject(SynchronizationObject *syncObject=0) | SynchronizedObject | protected |
TestListeners typedef | TestResult | protected |
TestResult(SynchronizationObject *syncObject=0) | TestResult | |
TestResult(const TestResult &other) | TestResult | private |
~SynchronizedObject() | SynchronizedObject | protectedvirtual |
~TestResult() | TestResult | virtual |
Send comments to: CppUnit Developers |