| 75 | |
| 76 | protected: |
| 77 | void expectTrue(const char* description, bool condition) { |
| 78 | updateState(description, condition); |
| 79 | } |
| 80 | |
| 81 | void expectFalse(const char* description, bool condition) { |
| 82 | updateState(description, !condition); |
nothing calls this directly
no outgoing calls
no test coverage detected