[arquillian-issues] [JBoss JIRA] Created: (ARQ-367) Add support for @ArquillianResource

Aslak Knutsen (JIRA) jira-events at lists.jboss.org
Mon Feb 14 09:15:13 EST 2011


Add support for @ArquillianResource
-----------------------------------

                 Key: ARQ-367
                 URL: https://issues.jboss.org/browse/ARQ-367
             Project: Arquillian
          Issue Type: Feature Request
          Components: Base Implementation
            Reporter: Aslak Knutsen


@ArquillianResource is a way to inject extension/core controlled objects so they can be used by the user.

@ArquillianResource
URL url; <-- targeted containers http context

@ArquillianResource(SomeServlet.class)
URL url; <-- targeted containers http context where servlet is located


@ArquillianResource
InitialContext|Context context; <-- targeted containers initial context

@ArquillianResource
Deployer deployer; <-- the manual deployer



--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira


More information about the arquillian-issues mailing list