()
| 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 |
no test coverage detected