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

Function teardown

znet/acceptdelay_test.go:16–19  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

14}
15
16func teardown() {
17 AcceptDelay.Reset()
18 fmt.Println("Test End")
19}
20
21func TestDelay(t *testing.T) {
22 assert.Equal(t, time.Duration(0), AcceptDelay.duration)

Callers 1

TestMainFunction · 0.85

Calls 1

ResetMethod · 0.45

Tested by

no test coverage detected