Annotation Type ContinueOnFailure


@Target(METHOD) @Retention(RUNTIME) public @interface ContinueOnFailure
Annotation added to methods which are Gauge Step implementations.
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
     
  • Element Details

    • value

      Class[] value
      Default:
      {java.lang.Throwable.class}