(t *testing.T)
| 29 | } |
| 30 | |
| 31 | func TestStartTimer(t *testing.T) { |
| 32 | eventtimer := constructEventTimer() |
| 33 | eventtimer.StartTimer(1, 10) |
| 34 | } |
| 35 | |
| 36 | func TestCancelTimer(t *testing.T) { |
| 37 | eventtimer := constructEventTimer() |
nothing calls this directly
no test coverage detected