Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-2176

JUnit tests under @Nested class are ignored

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • 1.3.0.Final
    • None
    • None

      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 {// }

      // }

            Unassigned Unassigned
            haqer1 Resat SABIQ (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: