[
https://issues.jboss.org/browse/ARQ-648?page=com.atlassian.jira.plugin.sy...
]
Ondrej Zizka commented on ARQ-648:
----------------------------------
{code:java}
@Observes void something( ArquillianDesciptor arqDesc ){
}
{code}
{code:java}
class ... implements TestEnricher {
@ResourceProvider
boolean canHandle( FieldType ) // Not handling generics (yet)
Object invoke( ... ) // Will be injected to the test.
}
{code}
Implement @ArquillianResource Map<URL> for multi-container
configuration.
-------------------------------------------------------------------------
Key: ARQ-648
URL:
https://issues.jboss.org/browse/ARQ-648
Project: Arquillian
Issue Type: Feature Request
Security Level: Public(Everyone can see)
Components: Base Implementation
Affects Versions: 1.0.0.CR6
Reporter: Ondrej Zizka
Priority: Critical
Would work like
@ArquillianResource URL url;
Only would fill all container infos.
Key would be container's qualifier.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators:
https://issues.jboss.org/secure/ContactAdministrators!default.jspa
For more information on JIRA, see:
http://www.atlassian.com/software/jira