[jbosstools-issues] [JBoss JIRA] (JBIDE-14518) Arquillian Validation does not take class tree into consideration

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Fri May 17 18:23:06 EDT 2013


Aslak Knutsen created JBIDE-14518:
-------------------------------------

             Summary: Arquillian Validation does not take class tree into consideration
                 Key: JBIDE-14518
                 URL: https://issues.jboss.org/browse/JBIDE-14518
             Project: Tools (JBoss Tools)
          Issue Type: Sub-task
          Components: testing-tools
            Reporter: Aslak Knutsen


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

{code}
class Manager extends SuperManager {
  @Inject Handler handler;
}

@Deployment
public static WebArchive deploy() {
  return ShrinkWrap.create(WebArchive.class).addClass(Manager.class);
}
{code}

Expected validation error on missing Handler and SuperManager as well.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the jbosstools-issues mailing list