Package org.graphwalker.core.machine
Class FailFastStrategy
java.lang.Object
org.graphwalker.core.machine.FailFastStrategy
- All Implemented Interfaces:
ExceptionStrategy
FailFastStrategy
The FailFastStrategy handles the way GraphWalker handles failures during test execution. The default way of handling a failure when executing a test, is to stop the test run and bail out. That is what this class does.- Author:
- Nils Olsson
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
FailFastStrategy
public FailFastStrategy()
-
-
Method Details
-
handle
- Specified by:
handlein interfaceExceptionStrategy
-