(m *testing.M)
| 214 | } |
| 215 | |
| 216 | func TestMain(m *testing.M) { |
| 217 | d := &TestPlugin{} |
| 218 | h := NewHandler(d) |
| 219 | go h.ServeTCP("test", "localhost:32456", "", nil) |
| 220 | |
| 221 | callURL("http://localhost:32456/Plugin.Activate") |
| 222 | |
| 223 | os.Exit(m.Run()) |
| 224 | } |
nothing calls this directly
no test coverage detected
searching dependent graphs…