Aslak Knutsen created ARQ-1126:
----------------------------------
Summary: Support direct resource lookup via Deployer.deploy
Key: ARQ-1126
URL:
https://issues.jboss.org/browse/ARQ-1126
Project: Arquillian
Issue Type: Feature Request
Security Level: Public (Everyone can see)
Components: Base Implementation
Affects Versions: 1.0.2.Final
Reporter: Aslak Knutsen
Fix For: 1.1.0.Beta1
{code}
@ArquillianResource Deployer deployer;
@Test
public void should() {
URL deploymentUrl = deployer.deploy("my").lookup(URL.class)
}
{code}
--
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