(t *testing.T)
| 2246 | } |
| 2247 | |
| 2248 | func TestRouterGitHubAPI(t *testing.T) { |
| 2249 | testRouterAPI(t, gitHubAPI) |
| 2250 | } |
| 2251 | |
| 2252 | func TestRouter_Match_DifferentParamNamesForSamePlace(t *testing.T) { |
| 2253 | var testCases = []struct { |
nothing calls this directly
no test coverage detected
searching dependent graphs…