@Target(value=METHOD)
@Retention(value=RUNTIME)
public @interface Step
StartTestItemRQ.isHasStats() equal to 'false'.
Methods marked with this annotation can be nested in other methods and will be attached (reported as a child)
to the 'closest' wrapper (either test method or another method marked with this annotation)| Modifier and Type | Optional Element and Description |
|---|---|
java.lang.String |
description |
boolean |
isIgnored |
StepTemplateConfig |
templateConfig |
java.lang.String |
value |
public abstract StepTemplateConfig templateConfig