Package io.cucumber.java
Annotation Type BeforeAll
Executes a method before all scenarios
-
Optional Element Summary
Optional Elements
-
Element Details
-
order
int orderThe order in which this hook should run. Lower numbers are run first. The default order is 10000.- Returns:
- the order in which this hook should run.
- Default:
- 10000
-