Annotation Interface BeforeStory


@Retention(RUNTIME) @Target(METHOD) @Documented public @interface BeforeStory
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    int
    Lifecycle hooks with the higher order will be executed first
    boolean
     
  • Element Details

    • uponGivenStory

      boolean uponGivenStory
      Default:
      false
    • order

      int order
      Lifecycle hooks with the higher order will be executed first
      Returns:
      order value
      Default:
      0