Home
last modified time | relevance | path

Searched defs:thrownException (Results 1 – 5 of 5) sorted by relevance

/haiku/src/tools/cppunit/cppunit/
H A DTestFailure.cpp11 Exception *thrownException, in TestFailure()
35 TestFailure::thrownException() const in thrownException() function in CppUnit::TestFailure
H A DCompilerOutputter.cpp115 Exception *thrownException = failure->thrownException(); in printFailureMessage() local
125 CompilerOutputter::printNotEqualMessage( Exception *thrownException ) in printNotEqualMessage()
141 CompilerOutputter::printDefaultMessage( Exception *thrownException ) in printDefaultMessage()
H A DTextOutputter.cpp103 TextOutputter::printFailureDetail( Exception *thrownException ) in printFailureDetail()
H A DTextTestResult.cpp115 TextTestResult::printFailureDetail( Exception *thrownException, in printFailureDetail()
H A DXmlOutputter.cpp288 Exception *thrownException = failure->thrownException(); in addFailedTest() local