()
| 30 | } |
| 31 | |
| 32 | @Test |
| 33 | public void empty() { |
| 34 | String uri = "/path"; |
| 35 | KeyValueList stringListMap = HttpRequest.splitQuery(URI.create(uri)); |
| 36 | assertEquals(stringListMap.toString(), 0, stringListMap.size()); |
| 37 | } |
| 38 | |
| 39 | @Test |
| 40 | public void parseEncoded() { |
nothing calls this directly
no test coverage detected