| Enum | Description |
|---|---|
| ScenarioState.Resolution |
| Annotation Type | Description |
|---|---|
| AfterScenario |
Marks methods to be executed after the whole Scenario has been executed.
|
| AfterStage |
Marks methods to be executed after a stage has been executed.
|
| BeforeScenario |
Marks methods to be executed before the whole Scenario has been executed.
|
| BeforeStage |
Marks methods to be executed before a stage is executed,
i.e. before the first step is executed.
|
| ExpectedScenarioState |
Marks fields to be expected by a scenario stage.
|
| Format |
Allows arguments of step methods to be formatted with
an ArgumentFormatter
|
| Formatf |
A special format annotation that uses the standard
format string known from the printf method.
|
| Hidden |
Annotates a step method to be hidden in reports.
|
| IntroWord |
Marks a method as an introduction word of a step
Examples for introduction words are given, when, then, and, etc.
|
| IsTag |
Marks an annotation to be used as a tag in JGiven reports.
|
| NotImplementedYet |
Marks methods of step definitions as not implemented yet.
|
| ProvidedScenarioState |
Marks fields to be provided by a scenario stage.
|
| ScenarioDescription |
Can be used to annotated test methods to give a
scenario a complex description that cannot be
directly represented by a Java method name.
|
| ScenarioRule |
Marks fields to be Scenario rules.
|
| ScenarioStage |
Marks fields to be stage instances
This is useful to reuse stages within stages.
|
| ScenarioState |
Marks fields to be read and/or written by a scenario stage.
|
Copyright © 2014 TNG Technology Consulting. All rights reserved.