| 91 | } |
| 92 | |
| 93 | type reconnectingToolSet struct { |
| 94 | started bool |
| 95 | startCalls int |
| 96 | restartCalls int |
| 97 | listCalls int |
| 98 | stubs []tools.Tool |
| 99 | } |
| 100 | |
| 101 | var ( |
| 102 | _ tools.ToolSet = (*reconnectingToolSet)(nil) |
nothing calls this directly
no outgoing calls
no test coverage detected