MCPcopy Create free account
hub / github.com/cusplibrary/cusplibrary / UnitTestException

Method UnitTestException

testing/unittest/exceptions.h:17–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

15 std::string message;
16
17 UnitTestException() {}
18 UnitTestException(const std::string& msg) : message(msg) {}
19
20 friend std::ostream& operator<<(std::ostream& os, const UnitTestException& e)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected