[arquillian-issues] [JBoss JIRA] (ARQ-1126) Support direct resource lookup via Deployer.deploy

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Wed Sep 26 09:49:03 EDT 2012


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


More information about the arquillian-issues mailing list