[arquillian-issues] [JBoss JIRA] (ARQ-2176) JUnit tests under @Nested class are ignored

Resat SABIQ (JIRA) issues at jboss.org
Wed Feb 21 08:18:00 EST 2018


Resat SABIQ created ARQ-2176:
--------------------------------

             Summary: JUnit tests under @Nested class are ignored
                 Key: ARQ-2176
                 URL: https://issues.jboss.org/browse/ARQ-2176
             Project: Arquillian
          Issue Type: Feature Request
    Affects Versions: 1.3.0.Final
            Reporter: Resat SABIQ


Since tests under @Nested are ignored, i had to comment it out. 
//    @Nested
//    class AfterX {
	    @Test
	    @InSequence(3)
	    public void test3() throws Exception {
//
	    }
	    
	    @Test
	    @InSequence(4)
	    public void test4() throws Exception {
//
	    }
//    }



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


More information about the arquillian-issues mailing list