Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/banq/jdonframework
/ testGetService
Method
testGetService
src/test/java/com/jdon/SampleAppTest.java:51–54 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
49
}
50
51
public
void
testGetService() {
52
BInterface b = (BInterface) appUtil.getService(
"b"
);
53
Assert.assertEquals(b.bMethod(1), 10);
54
}
55
56
public
void
testEvent() {
57
// AppUtil appUtil = new AppUtil();
Callers
1
main
Method · 0.95
Calls
2
bMethod
Method · 0.95
getService
Method · 0.65
Tested by
no test coverage detected