]
Max Rydahl Andersen updated JBIDE-14525:
----------------------------------------
Release Notes Text: (was: Thank you for the explanation. It works as you described
in JBT 4.2.0.cr1. Closing the issue. )
"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)