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

Method parse_pathSegments_empty

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

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls 3

createMethod · 0.95
getPathSegmentsMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected