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

Bartosz Majsak (JIRA) issues at jboss.org
Wed Dec 20 10:17:00 EST 2017


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

Bartosz Majsak commented on ARQ-1828:
-------------------------------------

We haven't replaced it but shipped rules as an alternative to the runner. 1.2.0.Final should hit Maven Central pretty soon. 

You can read all about it here http://arquillian.org/arquillian-core/#_rules

> Replace Testrunner with a JUnit-Rule
> ------------------------------------
>
>                 Key: ARQ-1828
>                 URL: https://issues.jboss.org/browse/ARQ-1828
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Base Implementation
>            Reporter: Niels Niels
>            Assignee: Dipak Pawar
>             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.



--
This message was sent by Atlassian JIRA
(v7.5.0#75005)


More information about the arquillian-issues mailing list