[arquillian-issues] [JBoss JIRA] (ARQ-995) Allow Arquillian Drone configuration to map java.util.Map for property values

Karel Piwko (JIRA) jira-events at lists.jboss.org
Fri Jun 29 02:37:12 EDT 2012


    [ https://issues.jboss.org/browse/ARQ-995?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703867#comment-12703867 ] 

Karel Piwko commented on ARQ-995:
---------------------------------

Fixed in https://github.com/arquillian/arquillian-extension-drone/commit/99e0649f084614b34efb2b129e16533f7cfd7d3d.
                
> Allow Arquillian Drone configuration to map java.util.Map for property values
> -----------------------------------------------------------------------------
>
>                 Key: ARQ-995
>                 URL: https://issues.jboss.org/browse/ARQ-995
>             Project: Arquillian
>          Issue Type: Feature Request
>      Security Level: Public(Everyone can see) 
>            Reporter: Karel Piwko
>            Assignee: Karel Piwko
>             Fix For: drone_1.1.0.CR1
>
>
> When having a bunch of configuration properties, it would be handy to allow remapping of property values to map.
> An example:
> {code:xml}
> <property name="capabilityFoo">bar</property>
> <property name="capabilityFooFoo">barbar</property>
> {code}
> will result into:
> Map capability = { foo:bar, foo.foo: barbar }
> This will greatly simplify configuration of webdrivers.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the arquillian-issues mailing list