(t *testing.T)
| 15 | } |
| 16 | |
| 17 | func TestBridgeData(t *testing.T) { |
| 18 | integration.TestBridgeData(t, &srv{}) |
| 19 | } |
| 20 | |
| 21 | func TestBridgeAddChannel(t *testing.T) { |
| 22 | integration.TestBridgeAddChannel(t, &srv{}) |
nothing calls this directly
no test coverage detected