Package net.thucydides.core.annotations
Annotation Type SectionNumber
@Retention(RUNTIME)
@Target(METHOD)
public @interface SectionNumber
Define the order of appearance of a test method in the Serenity Requirements reports.
This has no effect on the order of execution, which is determined by JUnit.
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description int
value
-
Element Details
-
value
int value- Default:
- 0
-