@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public @interface BeforeScenario
Modifier and Type | Optional Element and 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
|
public abstract ScenarioType uponType
Copyright © 2003–2021. All rights reserved.