org.jbehave.core.annotations
Annotation Type BeforeScenario


@Retention(value=RUNTIME)
@Target(value=METHOD)
public @interface BeforeScenario


Optional Element Summary
 ScenarioType uponType
          Signals that the annoated method should be invoked only upon given type
 

uponType

public abstract ScenarioType uponType
Signals that the annoated method should be invoked only upon given type

Returns:
A ScenarioType upon which the method should be invoked
Default:
org.jbehave.core.annotations.ScenarioType.NORMAL


Copyright © 2003-2012. All Rights Reserved.