(path string)
| 19 | } |
| 20 | |
| 21 | func (s *PathTestSuite) createRequest(path string) *http.Request { |
| 22 | return httptest.NewRequest(http.MethodGet, path, nil) |
| 23 | } |
| 24 | |
| 25 | func (s *PathTestSuite) TestParsePath() { |
| 26 | testCases := []struct { |
no test coverage detected