Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
main
Method · 0.95
Calls
3
expect
Method · 0.95
getFile
Method · 0.80
equals
Method · 0.65
Tested by
no test coverage detected