| 98 | countCurrentTestEnded++; |
| 99 | } |
| 100 | virtual void currentGroupStarted(UtestShell* /*test*/) _override |
| 101 | { |
| 102 | countCurrentGroupStarted++; |
| 103 | } |
| 104 | virtual void currentGroupEnded(UtestShell* /*test*/) _override |
| 105 | { |
| 106 | countCurrentGroupEnded++; |
no outgoing calls
no test coverage detected