[arquillian-issues] [JBoss JIRA] (ARQGRA-260) @InSequence with one or more test numbers i.e. @InSequence(1, 5, 9)

Emmanouil Vlastos (JIRA) jira-events at lists.jboss.org
Thu Jan 17 12:10:21 EST 2013


Emmanouil Vlastos created ARQGRA-260:
----------------------------------------

             Summary: @InSequence with one or more test numbers i.e. @InSequence(1,5,9)
                 Key: ARQGRA-260
                 URL: https://issues.jboss.org/browse/ARQGRA-260
             Project: Arquillian Graphene
          Issue Type: Feature Request
          Components: junit, unit-test
    Affects Versions: 2.0.0.Beta1
            Reporter: Emmanouil Vlastos
            Priority: Minor
             Fix For: 2.0.0.Beta1


The idea was to be able to execute the same test in different positions in the JUnit file.

For example
@Test
@InSequence(1,5,9)
public void resetUI(){
//do something to reset some values
}
@Test
@InSequence(2,6){
public void initializeUI(){
//do something to initialize some values
}
@Test
@InSequence(3)
public void test3(){}

@Test
@InSequence(4)
public void test4(){}

@Test
@InSequence(7)
public void test7(){}

@Test
@InSequence(8)
public void test8(){}

--
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


More information about the arquillian-issues mailing list