| 71 | } |
| 72 | |
| 73 | void Assert::SetHandler(Assert::Handler newHandler) |
| 74 | { |
| 75 | GetAssertHandlerInstance() = newHandler; |
| 76 | } |
| 77 | |
| 78 | Assert::FailBehavior Assert::ReportFailure(const char* condition, |
| 79 | const char* file, |
nothing calls this directly
no outgoing calls
no test coverage detected