| Annotation Type |
Description |
|
CleanupFeature
|
Annotates a feature method, runs cleanupFeature()
(or a specified method) once after the feature method. |
|
CleanupFeatures
|
Annotates a specification, runs cleanupFeature()
(or a specified method) once after each feature method. |
|
IgnoreCleanupFeatures
|
Annotates a feature method, causes the feature to ignore
CleanupFeatures. |
|
IgnoreSetupFeatures
|
Annotates a feature method, causes the feature to ignore
SetupFeatures. |
|
SetupFeature
|
Annotates a feature method, runs setupFeature()
(or a specified method) once before the feature method. |
|
SetupFeatures
|
Annotates a specification, runs setupFeature()
(or a specified method) once before each feature method. |