| 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) |
nothing calls this directly
no outgoing calls
no test coverage detected