MCPcopy Create free account
hub / github.com/grpc/grpc-java / parse_pathSegments_root

Method parse_pathSegments_root

api/src/test/java/io/grpc/UriTest.java:368–372  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 2

createMethod · 0.95
getPathSegmentsMethod · 0.95

Tested by

no test coverage detected