Package net.thucydides.core.annotations
Annotation Type Steps
Marks a class that implements test steps as individual methods.
Each method that represents a test step should be marked by the Step annotation.
Use the "shared" attribute to use the same instance of a given step library class whenever this class is referred to.
This is false by default.
The "uniqueInstance" is no longer used.
The optional actor attribute can be used to instantiate a String field called actor in a step library.
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionboolean
boolean
Deprecated.
-
Element Details
-
uniqueInstance
Deprecated.- Default:
- false
-
actor
String actor- Default:
- ""
-