Annotation Type Parameter
-
@Retention(RUNTIME) @Target(FIELD) @Inherited public @interface ParameterMarks a field in an action as a parameter that can be specified at runtime.
-
-
Optional Element Summary
Optional Elements Modifier and Type Optional Element Description java.lang.StringdefaultValueParameter's default value.java.lang.StringdescriptionA short description of the parameter, that will be displayed in the TestProject Test.ParameterDirectiondirectionIndicates whether the parameter is an input or output parameter.booleanoptionalIndicates this parameter is optional.
-
-
-
-
direction
ParameterDirection direction
Indicates whether the parameter is an input or output parameter.- Returns:
- If parameter is input/output.
- Default:
- io.testproject.sdk.internal.addons.ParameterDirection.INPUT
-
-