Increments the death test count, returning the new count.
| 13103 | |
| 13104 | // Increments the death test count, returning the new count. |
| 13105 | int increment_death_test_count() { return ++death_test_count_; } |
| 13106 | |
| 13107 | // Clears the test part results. |
| 13108 | void ClearTestPartResults(); |
nothing calls this directly
no outgoing calls
no test coverage detected