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

Method After

ZezeJava/ZezeJavaTest/src/Infinite/Simulate.java:72–84  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

70 }
71
72 @After
73 public void After() throws Exception {
74 if (Apps.isEmpty())
75 return;
76 logger.fatal("After");
77 for (var app : Apps) {
78 app.app.demo_Module1.getTflush().getSimulateTables = null;
79 app.app.demo_Module1.getTable1().getSimulateTables = null;
80 }
81 for (var app : Apps)
82 app.Stop();
83 Apps.clear();
84 }
85
86 final ArrayList<Future<?>> RunningTasks = new ArrayList<>(Simulate.BatchTaskCount);
87

Callers 3

BeforeMethod · 0.95
mainMethod · 0.95
mainMethod · 0.95

Calls 5

getTflushMethod · 0.80
getTable1Method · 0.80
isEmptyMethod · 0.65
clearMethod · 0.65
StopMethod · 0.45

Tested by

no test coverage detected