[arquillian-issues] [JBoss JIRA] (ARQ-1828) Replace Testrunner with a JUnit-Rule

Niels Niels (JIRA) issues at jboss.org
Tue Jul 29 04:46:31 EDT 2014


Niels Niels created ARQ-1828:
--------------------------------

             Summary: Replace Testrunner with a JUnit-Rule
                 Key: ARQ-1828
                 URL: https://issues.jboss.org/browse/ARQ-1828
             Project: Arquillian
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
            Reporter: Niels Niels


At the moment all tests must run with 
@RunWith(Arquillian.class)

This makes trouble if you need a runner with add or remove tests like Parameterized. I can't see what Arquillian.class do which can not be done with a JUnit-Rule. JUnit-Rules can be easily combined.



--
This message was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the arquillian-issues mailing list