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