MCPcopy Create free account
hub / github.com/jetlang/remoting / empty

Method empty

src/test/java/org/jetlang/web/HttpRequestTest.java:32–37  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30 }
31
32 @Test
33 public void empty() {
34 String uri = "/path";
35 KeyValueList stringListMap = HttpRequest.splitQuery(URI.create(uri));
36 assertEquals(stringListMap.toString(), 0, stringListMap.size());
37 }
38
39 @Test
40 public void parseEncoded() {

Callers

nothing calls this directly

Calls 4

splitQueryMethod · 0.95
toStringMethod · 0.95
sizeMethod · 0.95
createMethod · 0.65

Tested by

no test coverage detected