Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-14424 add jbosstools-arquillian to JBT
  3. JBIDE-14518

Arquillian Validation does not take class tree into consideration

XMLWordPrintable

      Only classes used directly from the TestClass seems to be caught by the validation.

      class Manager extends SuperManager {
        @Inject Handler handler;
      }
      
      @Deployment
      public static WebArchive deploy() {
        return ShrinkWrap.create(WebArchive.class).addClass(Manager.class);
      }
      

      Expected validation error on missing Handler and SuperManager as well.

              snjeza_jira Snjezana Peco (Inactive)
              aslak@redhat.com Aslak Knutsen
              Votes:
              0 Vote for this issue
              Watchers:
              4 Start watching this issue

                Created:
                Updated:
                Resolved: