(t *testing.T)
| 73 | } |
| 74 | |
| 75 | func TestCreateDestroyConnector(t *testing.T) { |
| 76 | |
| 77 | recreateConn_Signal = NewSignalTester(t) |
| 78 | |
| 79 | recreateConn_StartServer() |
| 80 | |
| 81 | runConnClose() |
| 82 | } |
| 83 | |
| 84 | const recreateAcc_clientConnection = 3 |
| 85 |
nothing calls this directly
no test coverage detected