MCPcopy Create free account
hub / github.com/e2wugui/zeze / main

Method main

ZezeJava/ZezeJavaTest/src/UnitTest/Zeze/Util/TestJson.java:339–359  ·  view source on GitHub ↗
(String[] args)

Source from the content-addressed store, hash-verified

337 }
338
339 public static void main(String[] args) throws ReflectiveOperationException {
340 TestJson t = new TestJson();
341 t.test1();
342 t.test2();
343 t.test3();
344 t.test4();
345 t.test5();
346 t.test6();
347 t.test7();
348 t.test8();
349 t.test9();
350 t.testA();
351 t.testB();
352 t.testC();
353 t.testD();
354 t.testE();
355 t.testF();
356 t.testG();
357 t.testH();
358 System.out.println(t.getClass().getSimpleName() + ": 17 tests OK!");
359 }
360}

Callers

nothing calls this directly

Calls 15

test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
test5Method · 0.95
test6Method · 0.95
test7Method · 0.95
test8Method · 0.95
test9Method · 0.95
testAMethod · 0.95
testBMethod · 0.95
testCMethod · 0.95

Tested by

no test coverage detected