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

Max Rydahl Andersen (JIRA) jira-events at lists.jboss.org
Tue Jul 2 06:20:22 EDT 2013


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

Max Rydahl Andersen updated JBIDE-14518:
----------------------------------------

    Fix Version/s: 4.1.0.CR1
                       (was: 4.1.0.Final)


Since Final is just supposed to be a rename/respin of CR1 it does not make sense to assign issues to Final unless they are related to things that can done outside a rebuild (i.e. discovery site updates)
                
> 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
>             Fix For: 4.1.0.CR1
>
>
> 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