XMLWordPrintable

    • Icon: Sub-task Sub-task
    • Resolution: Done
    • Icon: Major Major
    • 8.0.0.Final
    • None
    • None
    • None

      Decide which mechanism to use to assign the tests into one or multiple groups.

      Posibilities:

      1)

      @Test
      @Category(IntegrationTests.class)
      

      http://weblogs.java.net/blog/johnsmart/archive/2010/04/25/grouping-tests-using-junit-categories-0
      Also, Arquillian itself supports grouping: https://github.com/weld/core/blob/master/tests-arquillian/src/test/java/org/jboss/weld/tests/Categories.java

      2)

      @Ignore
      

      3) Maven Surefire <includes> and <excludes>

            hbrazdil Honza Brázdil
            ozizka_jira Ondrej Zizka (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: