]
Max Rydahl Andersen commented on JBIDE-14525:
---------------------------------------------
[~aslak] separate issue please - we are shutting down for Final/GA at the moment.
"Create Arquillian Deployment Method" should scan for
depending classes on add
------------------------------------------------------------------------------
Key: JBIDE-14525
URL:
https://issues.jboss.org/browse/JBIDE-14525
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
When you add 'classes' to the deployment, the wizard should scan the class for
depending types and suggest them to be added as well.
Example:
https://github.com/aslakknutsen/arquillian-plugin-test
Given the Deployment Wizard
When 'add class' TestHandler
Then suggest to also add SuperTestHandler(SuperClass) and Handler(Field)