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

Method testDomainEvent

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

Source from the content-addressed store, hash-verified

95 }
96
97 public void testDomainEvent() {
98
99 IServiceSample serviceSample = (IServiceSample) appUtil
100 .getService("serviceSample");
101 Assert.assertEquals("hello-2", serviceSample.eventPointEntry("hello"));
102
103 }
104
105 public void testDomainEventSimple() {
106

Callers 1

mainMethod · 0.95

Calls 2

eventPointEntryMethod · 0.95
getServiceMethod · 0.65

Tested by

no test coverage detected