示例#1
0
 private void testSystemStopped(Throwable throwable) {
   testSystemListener.testSystemStopped(this, throwable);
 }
示例#2
0
 private void testSystemStopped(ExecutionLog executionLog, Throwable throwable) {
   testSystemListener.testSystemStopped(this, executionLog, throwable);
 }