Uploaded image for project: 'Arquillian'
  1. Arquillian
  2. ARQ-367

Add support for @ArquillianResource

XMLWordPrintable

      @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

            aslak@redhat.com Aslak Knutsen
            aslak@redhat.com Aslak Knutsen
            Votes:
            1 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: