CppUnit project page | FAQ | CppUnit home page |
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 | [protected, virtual] |
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 | [protected, virtual] |
shouldStop() const | TestResult | [virtual] |
startSuite(Test *test) | TestResult | [virtual] |
startTest(Test *test) | TestResult | [virtual] |
startTestRun(Test *test) | TestResult | [protected, virtual] |
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 | [protected, virtual] |
~TestResult() | TestResult | [virtual] |
hosts this site. |
Send comments to: CppUnit Developers |