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


@Retention(value=RUNTIME)
public @interface FailureRelaxer

Annotation to identify non-failure blocker test in failure blocker step.

When this annotation is used on a test, it relaxes the blocking status got from the step (if any). Then, even if the entire step is considered as failure blocker, the test tagged with the current annotation will not stop the scenario execution in case it fails (except if the STOP_ON_FAILURE_ID argument (see ScenarioExecution) value is set to true.

Note that this annotation is necessary only when a FailureBlocker annotation has been used on a step class (ie. subclass of ScenarioStep). Otherwise that does not bring any additional behavior.