Annotation Type DependsOn


  • @Retention(RUNTIME)
    @Target(METHOD)
    public @interface DependsOn
    Using DependsOn one can define that one Step depends on another one. tapir ensures that the test methods are executed in an appropriate order.
    This annotation is generated by using the Step annotation.
    Since:
    2.0.0
    Author:
    Oliver Libutzki <[email protected]>
    • Required Element Summary

      Required Elements 
      Modifier and Type Required Element Description
      java.lang.String value
      The step name which this step depends on.
    • Element Detail

      • value

        java.lang.String value
        The step name which this step depends on.
        Returns:
        the name of the step the annotated step depends on
        Since:
        2.0.0