[
https://issues.jboss.org/browse/AS7-5844?page=com.atlassian.jira.plugin.s...
]
Ondrej Zizka updated AS7-5844:
------------------------------
Description:
Based on AS7-2086 and SUREFIRE-803, we can now create the categories for tests.
They would be in testsuite/shared.
Example:
{code}
interface AllTests;
interface ATests extends AllTests;
interface BTests extends AllTests;
interface AaTests extends ATests;
@Category(ATests.class) public void ATest();
@Category(AaTests.class) public void AaTest();
@Category(BTests.class) public void BTest();
{code}
TODO: Check if test can have multiple categories.
Some categories candidates (feel free to extend):
* ASTest
** EJB
** JPA
** Management
** Security
*** CommonCriteria
** NonArquillian
** Transactions
** Multinode
*** Clustering
was:
Based on AS7-2086 and SUREFIRE-803, we can now create the categories for tests.
They would be in testsuite/shared.
TODO: Check if test can have multiple categories.
{code}
interface AllTests;
interface ATests extends AllTests;
interface BTests extends AllTests;
interface AaTests extends ATests;
@Category(ATests.class) public void ATest();
@Category(AaTests.class) public void AaTest();
@Category(BTests.class) public void BTest();
{code}
Some categories candidates (feel free to extend):
* ASTest
** EJB
** JPA
** Management
** Security
*** CommonCriteria
** NonArquillian
** Transactions
** Multinode
*** Clustering
TS: Tests grouping 2: Create categories & let devs categorize the
tests.
------------------------------------------------------------------------
Key: AS7-5844
URL:
https://issues.jboss.org/browse/AS7-5844
Project: Application Server 7
Issue Type: Feature Request
Reporter: Ondrej Zizka
Assignee: Ondrej Zizka
Based on AS7-2086 and SUREFIRE-803, we can now create the categories for tests.
They would be in testsuite/shared.
Example:
{code}
interface AllTests;
interface ATests extends AllTests;
interface BTests extends AllTests;
interface AaTests extends ATests;
@Category(ATests.class) public void ATest();
@Category(AaTests.class) public void AaTest();
@Category(BTests.class) public void BTest();
{code}
TODO: Check if test can have multiple categories.
Some categories candidates (feel free to extend):
* ASTest
** EJB
** JPA
** Management
** Security
*** CommonCriteria
** NonArquillian
** Transactions
** Multinode
*** Clustering
--
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