Uploaded image for project: 'WildFly Arquillian'
  1. WildFly Arquillian
  2. WFARQ-213

Allow the @RequiresModule annotation to be repeatable

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Done
    • Icon: Major Major
    • 5.1.0.Final
    • None
    • None

      The @RequiresModule module should be made repeatable so more than one module can be checked and must exist before a test is executed.

      ExampleTest.java
      @RequiresModule("org.wildfly.arquillian.example")
      @RequiresModule("org.wildfly.arquillian.test")
      class ExampleTest {
      }
      

      We could add new annotations like @AllOf or @AnyOf as well to require all to be found or at least one to be found.

              jperkins-rhn James Perkins
              jperkins-rhn James Perkins
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: