예제 #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);
 }