Annotation Type | Description |
---|---|
And |
To execute steps in a feature file the steps must be
connected to executable code.
|
And.Ands |
Allows the use of multiple 'And's on a single method.
|
But |
To execute steps in a feature file the steps must be
connected to executable code.
|
But.Buts |
Allows the use of multiple 'But's on a single method.
|
Given |
To execute steps in a feature file the steps must be
connected to executable code.
|
Given.Givens |
Allows the use of multiple 'Given's on a single method.
|
Then |
To execute steps in a feature file the steps must be
connected to executable code.
|
Then.Thens |
Allows the use of multiple 'Then's on a single method.
|
When |
To execute steps in a feature file the steps must be
connected to executable code.
|
When.Whens |
Allows the use of multiple 'When's on a single method.
|
Copyright © 2019. All rights reserved.