(t *testing.T)
| 42 | func TestServer_Unix_Secure(t *testing.T) { testServer(t, "unix", true, false) } |
| 43 | func TestServer_TCP_Secure(t *testing.T) { testServer(t, "tcp", true, false) } |
| 44 | func TestServer_Unix_Insecure_DelayTx(t *testing.T) { testServer(t, "unix", false, true) } |
| 45 | func TestServer_TCP_Insecure_DelayTx(t *testing.T) { testServer(t, "tcp", false, true) } |
| 46 | func TestServer_Unix_Secure_DelayTx(t *testing.T) { testServer(t, "unix", true, true) } |
| 47 | func TestServer_TCP_Secure_DelayTx(t *testing.T) { testServer(t, "tcp", true, true) } |
nothing calls this directly
no test coverage detected
searching dependent graphs…