@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 |
|---|---|
TemplateConfig |
config
Step template configuration.
|
java.lang.String |
description
Step description.
|
boolean |
isIgnored
If set the step will be ignored (not visible).
|
java.lang.String |
value
Step name template.
|
public abstract java.lang.String value
public abstract java.lang.String description
public abstract boolean isIgnored
public abstract TemplateConfig config