Details
Description
It is quite common to have step parameters which are CSV of strings or numbers.
The candidate step should support them as it does with strings and numbers.
More in general, it should generic and injectable parameter converters that allow users to convert objects from a string representations that make sense in the scenario domain.
Activity

Field | Original Value | New Value |
---|---|---|
Description |
It is quite common to have scenario arguments which are CSV of strings or numbers. The parser should support them as it does with strings and numbers. |
It is quite common to have step arguments which are CSV of strings or numbers. The candidate step should support them as it does with strings and numbers. More in general, it should generic and injectable argument converters that allow users to convert objects from a string representations that make sense in the scenario domain. |
Summary | Scenario parser should support list arguments | Candidate step should support generic arguments |

Summary | Candidate step should support generic arguments | Candidate step should support generic argument conversion |

Summary | Candidate step should support generic argument conversion | Candidate step should support generic parameter conversion |
Description |
It is quite common to have step arguments which are CSV of strings or numbers. The candidate step should support them as it does with strings and numbers. More in general, it should generic and injectable argument converters that allow users to convert objects from a string representations that make sense in the scenario domain. |
It is quite common to have step parameters which are CSV of strings or numbers. The candidate step should support them as it does with strings and numbers. More in general, it should generic and injectable parameter converters that allow users to convert objects from a string representations that make sense in the scenario domain. |

Resolution | Fixed [ 1 ] | |
Status | Open [ 1 ] | Closed [ 6 ] |
Created ParameterConverters facade that is responsible for all parameter conversion. This supports out-of-the-box numbers, lists of numbers and lists of strings. User can also provide custom converters for specific user domain objects.