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

Method main

src/test/java/com/jdon/SampleAppTest.java:160–177  ·  view source on GitHub ↗

@param args

(String[] args)

Source from the content-addressed store, hash-verified

158 * @param args
159 */
160 public static void main(String[] args) {
161 SampleAppTest sampleAppTest = new SampleAppTest();
162 try {
163 sampleAppTest.setUp();
164 } catch (Exception e) {
165 e.printStackTrace();
166 }
167 sampleAppTest.testCommand();
168
169 sampleAppTest.testCQRS();
170 sampleAppTest.testDomainEvent();
171 sampleAppTest.testDomainEventSimple();
172 sampleAppTest.testEvent();
173 sampleAppTest.testOnEvent();
174 sampleAppTest.testGetService();
175
176 System.out.print("############################ok ");
177 }
178
179 public void tearDown() {
180 appUtil.clear();

Callers

nothing calls this directly

Calls 8

setUpMethod · 0.95
testCommandMethod · 0.95
testCQRSMethod · 0.95
testDomainEventMethod · 0.95
testDomainEventSimpleMethod · 0.95
testEventMethod · 0.95
testOnEventMethod · 0.95
testGetServiceMethod · 0.95

Tested by

no test coverage detected