Annotation Type BeforeScenario

    • Optional Element Summary

      Optional Elements 
      Modifier and Type Optional Element Description
      int order
      Lifecycle hooks with the higher order will be executed first
      ScenarioType uponType
      Signals that the annotated method should be invoked only upon given type
    • Element Detail

      • uponType

        ScenarioType uponType
        Signals that the annotated method should be invoked only upon given type
        Returns:
        A ScenarioType upon which the method should be invoked
        Default:
        org.jbehave.core.annotations.ScenarioType.ANY
      • order

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