[
https://issues.jboss.org/browse/JBIDE-14518?page=com.atlassian.jira.plugi...
]
Snjezana Peco reassigned JBIDE-14518:
-------------------------------------
Assignee: Snjezana Peco
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.Beta1
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