Ejemplo n.º 1
0
 private void testSystemStopped(Throwable throwable) {
   testSystemListener.testSystemStopped(this, throwable);
 }
Ejemplo n.º 2
0
 private void testSystemStopped(ExecutionLog executionLog, Throwable throwable) {
   testSystemListener.testSystemStopped(this, executionLog, throwable);
 }