MCPcopy Create free account
hub / github.com/ReadyTalk/avian / setupURL

Method setupURL

test/UrlTest.java:15–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

13 }
14
15 private static void setupURL() throws MalformedURLException {
16 StringBuilder builder = new StringBuilder();
17 builder.append(domain);
18 builder.append(file);
19 url = new URL(builder.toString());
20 }
21
22 private static void testGetPath() {
23 expect(url.getPath().equals(path));

Callers 1

mainMethod · 0.95

Calls 2

appendMethod · 0.95
toStringMethod · 0.95

Tested by

no test coverage detected