Package arez.testng
Annotation Interface ActionWrapper
Annotation applied to test methods to indicate whether the test method should be wrapped in an arez action.
The hook will first look at the method and then will look at the enclosing class
and then super classes until the annotation is found or the java.util.Object class
is reached.
-
Required Element Summary
Modifier and TypeRequired ElementDescriptionboolean
A flag indicating whether the test method should be wrapped in an action.
-
Element Details
-
enable
boolean enableA flag indicating whether the test method should be wrapped in an action.- Returns:
- true if the test method should be wrapped in an action, false otherwise.
-