com.ibm.team.fvt.tests.utils
Annotation Type FailureBlocker


@Retention(value=RUNTIME)
public @interface FailureBlocker

Annotation to identify step and/or test blocking scenario execution when failing.

A failure blocker test must pass. In case it fails, then the scenario execution will stop whatever the STOP_ON_FAILURE_ID argument value is (see ScenarioExecution).

When set on a step class (ie. subclass of ScenarioStep), it means that all tests will be considered as failure blockers. This can be overridden for any test in such step by using the FailureRelaxer interface.