| 94 | countCurrentTestStarted++; |
| 95 | } |
| 96 | virtual void currentTestEnded(UtestShell* /*test*/) _override |
| 97 | { |
| 98 | countCurrentTestEnded++; |
| 99 | } |
| 100 | virtual void currentGroupStarted(UtestShell* /*test*/) _override |
| 101 | { |
| 102 | countCurrentGroupStarted++; |
no outgoing calls
no test coverage detected