MCPcopy Create free account
hub / github.com/banq/jdonframework / testOnEvent

Method testOnEvent

src/test/java/com/jdon/SampleAppTest.java:116–123  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

114 }
115
116 public void testOnEvent() {
117
118 IServiceSampleTwo serviceSample = (IServiceSampleTwo) appUtil
119 .getService("serviceSampleTwo");
120 serviceSample.onEventTest();
121 Assert.assertTrue(true);
122
123 }
124
125 public void testComponentsEvent() {
126

Callers 1

mainMethod · 0.95

Calls 2

onEventTestMethod · 0.95
getServiceMethod · 0.65

Tested by

no test coverage detected