Interface Stoppable
public interface Stoppable
Covers configuration parameter
skipAfterFailureCount.- Since:
- 2.19
- Author:
- Tibor Digana (tibor17)
-
Method Summary
Modifier and TypeMethodDescriptionvoidDelegates this call toRunListener.testExecutionSkippedByUser().
-
Method Details
-
fireStopEvent
void fireStopEvent()Delegates this call toRunListener.testExecutionSkippedByUser().
-