MCPcopy Create free account
hub / github.com/FlightGear/flightgear / makeMessage

Method makeMessage

3rdparty/cppunit/src/cppunit/Asserter.cpp:87–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85
86
87Message
88Asserter::makeMessage( const std::string& expectedMessage,
89 const std::string& actualMessage,
90 const std::string& shortDescription,
91 const AdditionalMessage& additionalMessage)
92{
93 Message message( shortDescription,
94 expectedMessage,
95 actualMessage );
96 message.addDetail( additionalMessage );
97
98 return message;
99}
100
101
102Message

Callers

nothing calls this directly

Calls 1

addDetailMethod · 0.80

Tested by

no test coverage detected