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

Method testGetFile

test/UrlTest.java:26–28  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

24 }
25
26 private static void testGetFile() {
27 expect(url.getFile().equals(file));
28 }
29
30 private static void testGetQuery() {
31 expect(url.getQuery().equals(query));

Callers 1

mainMethod · 0.95

Calls 3

expectMethod · 0.95
getFileMethod · 0.80
equalsMethod · 0.65

Tested by

no test coverage detected