-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
enhancementNew feature or requestNew feature or requestlanguageA change to the language/compiler.A change to the language/compiler.
Description
In earlier iterations of AutoStep, parameters could have 'list' semantics by placing attributes on a method parameter.
The language should allow a parameter to be hinted as type 'list', like so:
Step: Given I have entered {values:list} into the controlThis should result in standard and/or list splitting, and passing the appropriate structure to the backing method.
So, given a invocation of:
Given I have entered 'value1, value2, value3' into the controlA resulting structure of array or 'split list' would be passed to the backing method.
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requestlanguageA change to the language/compiler.A change to the language/compiler.