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

Lucia Jelinkova (JIRA) issues at jboss.org
Thu Aug 21 04:57:33 EDT 2014


     [ https://issues.jboss.org/browse/JBIDE-14518?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lucia Jelinkova closed JBIDE-14518.
-----------------------------------



Verified JBT 4.2.0.beta3

> 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
>            Assignee: Snjezana Peco
>              Labels: new_and_noteworthy
>             Fix For: 4.2.0.Alpha1
>
>
> 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 was sent by Atlassian JIRA
(v6.2.6#6264)


More information about the jbosstools-issues mailing list