func TestClientCancelInproc(t *testing.T) { testClientCancel("inproc", t) }
(t *testing.T)
| 100 | |
| 101 | // func TestClientCancelInproc(t *testing.T) { testClientCancel("inproc", t) } |
| 102 | func TestClientCancelWebsocket(t *testing.T) { testClientCancel("ws", t) } |
| 103 | func TestClientCancelHTTP(t *testing.T) { testClientCancel("http", t) } |
| 104 | func TestClientCancelIPC(t *testing.T) { testClientCancel("ipc", t) } |
| 105 |
nothing calls this directly
no test coverage detected