(t *testing.T)
| 87 | } |
| 88 | |
| 89 | func TestChannelPlay(t *testing.T) { |
| 90 | integration.TestChannelPlay(t, &srv{}) |
| 91 | } |
| 92 | |
| 93 | func TestChannelRecord(t *testing.T) { |
| 94 | integration.TestChannelRecord(t, &srv{}) |
nothing calls this directly
no test coverage detected