Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FlightGear/flightgear
/ printFailureDetail
Method
printFailureDetail
3rdparty/cppunit/src/cppunit/TextOutputter.cpp:98–103 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
97
98
void
99
TextOutputter::printFailureDetail( Exception *thrownException )
100
{
101
m_stream << thrownException->message().shortDescription() <<
"\n"
;
102
m_stream << thrownException->message().details();
103
}
104
105
106
void
Callers
nothing calls this directly
Calls
2
message
Method · 0.80
details
Method · 0.80
Tested by
no test coverage detected