(t *testing.T)
| 57 | } |
| 58 | |
| 59 | func TestValidAssociateRequest(t *testing.T) { |
| 60 | createRequest(t, socks5Version, associateCommand, "127.0.0.1", 1234, false) |
| 61 | } |
| 62 | |
| 63 | func TestInValidVersionRequest(t *testing.T) { |
| 64 | createRequest(t, 4, connectCommand, "127.0.0.1", 1337, true) |
nothing calls this directly
no test coverage detected
searching dependent graphs…