MCPcopy
hub / github.com/davyxu/cellnet / TestCreateDestroyConnector

Function TestCreateDestroyConnector

tests/gracefulexit_test.go:75–82  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

73}
74
75func TestCreateDestroyConnector(t *testing.T) {
76
77 recreateConn_Signal = NewSignalTester(t)
78
79 recreateConn_StartServer()
80
81 runConnClose()
82}
83
84const recreateAcc_clientConnection = 3
85

Callers

nothing calls this directly

Calls 3

NewSignalTesterFunction · 0.85
recreateConn_StartServerFunction · 0.85
runConnCloseFunction · 0.85

Tested by

no test coverage detected