()
| 366 | } |
| 367 | |
| 368 | @Test |
| 369 | public void parse_pathSegments_root() throws URISyntaxException { |
| 370 | Uri uri = Uri.create("scheme:/"); |
| 371 | assertThat(uri.getPathSegments()).containsExactly(""); |
| 372 | } |
| 373 | |
| 374 | @Test |
| 375 | public void parse_onePathSegment() throws URISyntaxException { |
nothing calls this directly
no test coverage detected