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