(w http.ResponseWriter, r *http.Request)
| 72 | } |
| 73 | |
| 74 | func (h handlerStruct) ServeHTTP(w http.ResponseWriter, r *http.Request) { |
| 75 | *h.handled = true |
| 76 | } |
| 77 | |
| 78 | func TestRouterAPI(t *testing.T) { |
| 79 | var get, head, options, post, put, patch, delete, handler, handlerFunc bool |
no outgoing calls
no test coverage detected