-
Feature Request
-
Resolution: Done
-
Major
-
2.13.1.Final
-
None
Currently, the deps need to be stated twice - once in annotations, and then in getDeployment(). If getDeployment() wasn't static, one could get that using reflection. But Arquillian needs getDeployment static.
This also limits usage of subclassing, because subclass can't add dependencies to it's parent.
Would be nice to come up with some solution to this.
- is related to
-
FORGE-2275 Refactor the Java EE Tests with new @AddonDependency
- Closed