]
Bartosz Majsak updated ARQ-1828:
--------------------------------
Fix Version/s: 1.2.0.Final
Replace Testrunner with a JUnit-Rule
------------------------------------
Key: ARQ-1828
URL:
https://issues.jboss.org/browse/ARQ-1828
Project: Arquillian
Issue Type: Feature Request
Reporter: Niels Niels
Fix For: 1.2.0.Final
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.