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