Thomas Diesler created WFLY-1365:
------------------------------------
Summary: Allow RemoteLoadableExtension to define their dependencies
Key: WFLY-1365
URL:
https://issues.jboss.org/browse/WFLY-1365
Project: WildFly
Issue Type: Feature Request
Components: Test Suite
Reporter: Thomas Diesler
Assignee: Ondrej Zizka
Fix For: 8.0.0.Alpha2
Arquillian test enrichers to be provided by adding them tho the client test class path.
To support additional resource types like this
{code}
@ArquillianResource
Foo foo;
{code}
the generated arquillian-service deployment must have a dependency on the module that
provides type Foo. Currently, the dependency list is hard coded.
The extension should however be able to define its respective dependencies.
--
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