()
| 360 | } |
| 361 | |
| 362 | @Test |
| 363 | public void parse_pathSegments_empty() throws URISyntaxException { |
| 364 | Uri uri = Uri.create("scheme:"); |
| 365 | assertThat(uri.getPathSegments()).isEmpty(); |
| 366 | } |
| 367 | |
| 368 | @Test |
| 369 | public void parse_pathSegments_root() throws URISyntaxException { |
nothing calls this directly
no test coverage detected