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

Method parse_decodingNonAscii

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

Source from the content-addressed store, hash-verified

328 }
329
330 @Test
331 public void parse_decodingNonAscii() throws URISyntaxException {
332 Uri uri = Uri.parse("s://a/%E2%82%AC");
333 assertThat(uri.getPath()).isEqualTo("/€");
334 }
335
336 @Test
337 public void parse_decodingPercent() throws URISyntaxException {

Callers

nothing calls this directly

Calls 2

parseMethod · 0.95
getPathMethod · 0.95

Tested by

no test coverage detected