[arquillian-issues] [JBoss JIRA] (ARQ-1686) Make testRunnerAdapter.test(...) more flexible

Aslak Knutsen (JIRA) issues at jboss.org
Sun Mar 9 20:26:33 EDT 2014


     [ https://issues.jboss.org/browse/ARQ-1686?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Aslak Knutsen updated ARQ-1686:
-------------------------------

    Fix Version/s: 2.0.0.Beta1

    
> Make testRunnerAdapter.test(...) more flexible
> ----------------------------------------------
>
>                 Key: ARQ-1686
>                 URL: https://issues.jboss.org/browse/ARQ-1686
>             Project: Arquillian
>          Issue Type: Enhancement
>      Security Level: Public(Everyone can see) 
>          Components: Test Protocol SPIs and Implementation
>    Affects Versions: 1.1.3.Final
>            Reporter: Tair Sabirgaliev
>            Priority: Minor
>             Fix For: 2.0.0.Beta1
>
>
> On client side a test case in a test class is represented by java.lang.reflect.Method. This makes impossible to easily integrate  frameworks like ScalaTest, where a test case is not necessarily a class method. 
> As a solution, it would be great to:
> (a) relax the test representation to just a String identifier, and leave the interpretation to relevant TestRunner implementation (which is already the case?)
> (b) be able to pass optional params at testRunnerAdapter.test(...), so that they are transmitted to container side as additional hints. Map<String,String> would be good enough.

--
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


More information about the arquillian-issues mailing list