|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
- [jbehave-dev] [jira] (JBEHAVE-845) Composite steps i... Bart De Neuter (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Bart De Neuter (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Bart De Neuter (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Mauro Talevi (JIRA)
- [jbehave-dev] [jira] (JBEHAVE-845) Composite st... Bart De Neuter (JIRA)

The syntax could be very similar as @Composite but in a <my_composite>.step file:
Composite: Given %customer has previously bought a %product
Alias: <customer> has previously bought a <product>
Steps:
Given <customer> is logged in
Given <customer> has a cart
When a <product> is added to the cart
I suppose a special InjectableStepsFactory could locate these .step files, load them and process them similar as @Composite?