MCPcopy 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

mainMethod · 0.95

Calls 2

bMethodMethod · 0.95
getServiceMethod · 0.65

Tested by

no test coverage detected