[ 
http://jira.codehaus.org/browse/JBEHAVE-398?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mauro Talevi updated JBEHAVE-398:
---------------------------------

    Description: 
Currently, ExamplesTable provides the row values as Map<String,String>.

In most cases, users will need to convert these values.  We should provide the 
row values converted as specified types using the same ParameterConverters 
defined for the step conversion. 

We should also allow for provision of defaults, both accessing single value and 
as a table structure.



  was:Currently to convert into a List<SomeType> it's necessary to register a 
custom ParameterConverter. By default it already provides the ability to 
convert into List<String> and List<subtype of Number>, but this should be 
extended to support all instances of List<T> as it will reduce the duplicate 
code necessary.

     Issue Type: New Feature  (was: Improvement)
        Summary: Provide table row values as converted parameters  (was: 
Provide conversion of table value)

> Provide table row values as converted parameters
> ------------------------------------------------
>
>                 Key: JBEHAVE-398
>                 URL: http://jira.codehaus.org/browse/JBEHAVE-398
>             Project: JBehave
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 3.1.2
>            Reporter: Daniel Godfrey
>            Assignee: Mauro Talevi
>             Fix For: 3.2
>
>
> Currently, ExamplesTable provides the row values as Map<String,String>.
> In most cases, users will need to convert these values.  We should provide 
> the row values converted as specified types using the same 
> ParameterConverters defined for the step conversion. 
> We should also allow for provision of defaults, both accessing single value 
> and as a table structure.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe from this list, please visit:

    http://xircles.codehaus.org/manage_email


Reply via email to