Class FailFastStrategy

java.lang.Object
org.graphwalker.core.machine.FailFastStrategy
All Implemented Interfaces:
ExceptionStrategy

public class FailFastStrategy extends Object implements 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