private void testSystemStopped(Throwable throwable) { testSystemListener.testSystemStopped(this, throwable); }
private void testSystemStopped(ExecutionLog executionLog, Throwable throwable) { testSystemListener.testSystemStopped(this, executionLog, throwable); }