Interface Stoppable
-
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface StoppableCovers configuration parameterskipAfterFailureCount.- Since:
- 2.19
- Author:
- Tibor Digana (tibor17)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfireStopEvent()Delegates this call toRunListener.testExecutionSkippedByUser().
-
-
-
Field Detail
-
NOOP
static final Stoppable NOOP
Null object for use when fail-fast behavior is disabled.
-
-
Method Detail
-
fireStopEvent
void fireStopEvent()
Delegates this call toRunListener.testExecutionSkippedByUser().
-
-