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

Method tearDown

ZezeJava/ZezeJavaTest/src/UnitTest/Zeze/Game/TestRank.java:53–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

51 }
52
53 @Override
54 protected void tearDown() {
55 if (disableTest)
56 return;
57 System.out.println("------ tearDown begin");
58 try {
59 for (int i = 0; i < APP_COUNT; i++)
60 apps[i].stop();
61 } catch (Exception e) {
62 throw new RuntimeException(e);
63 }
64 System.out.println("------ tearDown end");
65 }
66
67 public void testRank() {
68 if (disableTest)

Callers 1

mainMethod · 0.95

Calls 1

stopMethod · 0.65

Tested by

no test coverage detected