(t *testing.T)
| 25 | } |
| 26 | |
| 27 | func TestLiveRecordingPause(t *testing.T) { |
| 28 | integration.TestLiveRecordingPause(t, &srv{}) |
| 29 | } |
| 30 | |
| 31 | func TestLiveRecordingStop(t *testing.T) { |
| 32 | integration.TestLiveRecordingStop(t, &srv{}) |
nothing calls this directly
no test coverage detected