[jboss-jira] [JBoss JIRA] (WFLY-593) TS: Tests grouping

Kabir Khan (JIRA) issues at jboss.org
Wed Dec 6 12:14:02 EST 2017


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

Kabir Khan updated WFLY-593:
----------------------------
    Fix Version/s: 8.0.0.Final


I am bulk closing old issues that were resolved with no fix version. There are quite many of these. From the lastModified date of this issue it looks like it was done for 8.0.0.Final (I am not caring about alpha/beta etc. for this exercise). If that is incorrect please adjust as needed.

> TS: Tests grouping
> ------------------
>
>                 Key: WFLY-593
>                 URL: https://issues.jboss.org/browse/WFLY-593
>             Project: WildFly
>          Issue Type: Sub-task
>            Reporter: Ondrej Zizka
>            Assignee: Honza Brázdil
>             Fix For: 8.0.0.Final
>
>         Attachments: BooleanExpression.g
>
>
> Decide which mechanism to use to assign the tests into one or multiple groups.
> Posibilities:
> 1)
> {code}
> @Test
> @Category(IntegrationTests.class)
> {code}
> http://weblogs.java.net/blog/johnsmart/archive/2010/04/25/grouping-tests-using-junit-categories-0
> Also, Arquillian itself supports grouping: https://github.com/weld/core/blob/master/tests-arquillian/src/test/java/org/jboss/weld/tests/Categories.java
> 2)
> {code}
> @Ignore
> {code}
> 3) Maven Surefire <includes> and <excludes>



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



More information about the jboss-jira mailing list