(t *testing.T)
| 29 | } |
| 30 | |
| 31 | func TestLiveRecordingStop(t *testing.T) { |
| 32 | integration.TestLiveRecordingStop(t, &srv{}) |
| 33 | } |
| 34 | |
| 35 | func TestLiveRecordingResume(t *testing.T) { |
| 36 | integration.TestLiveRecordingResume(t, &srv{}) |
nothing calls this directly
no test coverage detected