MCPcopy
hub / github.com/aceld/zinx / TestMain

Function TestMain

znet/acceptdelay_test.go:34–39  ·  view source on GitHub ↗
(m *testing.M)

Source from the content-addressed store, hash-verified

32}
33
34func TestMain(m *testing.M) {
35 setup()
36 code := m.Run()
37 teardown()
38 os.Exit(code)
39}

Callers

nothing calls this directly

Calls 3

setupFunction · 0.85
teardownFunction · 0.85
RunMethod · 0.45

Tested by

no test coverage detected