(reqID string, rw server.ResponseWriter, r *http.Request)
| 273 | } |
| 274 | |
| 275 | func (s *ServerTestSuite) mockHandler(reqID string, rw server.ResponseWriter, r *http.Request) *server.Error { |
| 276 | return nil |
| 277 | } |
| 278 | |
| 279 | func TestServerTestSuite(t *testing.T) { |
| 280 | suite.Run(t, new(ServerTestSuite)) |
nothing calls this directly
no outgoing calls
no test coverage detected