| 79 | } |
| 80 | |
| 81 | void expectFalse(const char* description, bool condition) { |
| 82 | updateState(description, !condition); |
| 83 | } |
| 84 | |
| 85 | template<typename T> |
| 86 | void expectEqual(const char* description, T val1, T val2) { |
nothing calls this directly
no outgoing calls
no test coverage detected