@Retention(value=RUNTIME)
@Target(value=METHOD)
@Documented
public @interface BeforeScenario
Modifier and Type | Optional Element and Description |
---|---|
ScenarioType |
uponType
Signals that the annotated method should be invoked only upon given type
|
public abstract ScenarioType uponType
Copyright © 2003-2014. All Rights Reserved.