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

Method parse_emptyQuery

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

Source from the content-addressed store, hash-verified

162 }
163
164 @Test
165 public void parse_emptyQuery() {
166 Uri uri = Uri.create("scheme:?");
167 assertThat(uri.getScheme()).isEqualTo("scheme");
168 assertThat(uri.getRawQuery()).isEmpty();
169 }
170
171 @Test
172 public void parse_emptyFragment() {

Callers

nothing calls this directly

Calls 4

createMethod · 0.95
getSchemeMethod · 0.95
getRawQueryMethod · 0.95
isEmptyMethod · 0.45

Tested by

no test coverage detected