Interface Stoppable
-
public interface StoppableCovers configuration parameterskipAfterFailureCount.- Since:
- 2.19
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireStopEvent()Delegates this call toRunListener.testExecutionSkippedByUser().
-
-
-
Method Detail
-
fireStopEvent
void fireStopEvent()
Delegates this call toRunListener.testExecutionSkippedByUser().
-
-