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

Tair Sabirgaliev (JIRA) issues at jboss.org
Sun Mar 9 19:50:33 EDT 2014


Tair Sabirgaliev created ARQ-1686:
-------------------------------------

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


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