(t *testing.T)
| 91 | } |
| 92 | |
| 93 | func TestChannelRecord(t *testing.T) { |
| 94 | integration.TestChannelRecord(t, &srv{}) |
| 95 | } |
| 96 | |
| 97 | func TestChannelSnoop(t *testing.T) { |
| 98 | integration.TestChannelSnoop(t, &srv{}) |
nothing calls this directly
no test coverage detected