[JBoss JIRA] (ARQ-2176) JUnit tests under @Nested class are ignored
by Resat SABIQ (JIRA)
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)
6 years, 10 months