MCPcopy Create free account
hub / github.com/adishavit/argh / JUnitTestMessage

Method JUnitTestMessage

doctest.h:5299–5300  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5297 struct JUnitTestMessage
5298 {
5299 JUnitTestMessage(const std::string& _message, const std::string& _type, const std::string& _details)
5300 : message(_message), type(_type), details(_details) {}
5301
5302 JUnitTestMessage(const std::string& _message, const std::string& _details)
5303 : message(_message), type(), details(_details) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected