[arquillian-issues] [JBoss JIRA] (ARQ-1975) Adds ServletContext as Arquillian Resource

Alex Soto (JIRA) issues at jboss.org
Mon Aug 31 09:05:05 EDT 2015


    [ https://issues.jboss.org/browse/ARQ-1975?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13103602#comment-13103602 ] 

Alex Soto commented on ARQ-1975:
--------------------------------

Yes, I have already talked about this issue with Aslak and we started some code review too, now I have finished the final PR.

> Adds ServletContext as Arquillian Resource
> ------------------------------------------
>
>                 Key: ARQ-1975
>                 URL: https://issues.jboss.org/browse/ARQ-1975
>             Project: Arquillian
>          Issue Type: Feature Request
>          Components: Test Protocol SPIs and Implementation
>            Reporter: Alex Soto
>            Assignee: Alex Soto
>
> Adds ServletContext as Arquillian Resource so it can be used in the tests. In case of in-container tests, ServletContxt used is the one provided by the Servlet protocol.
> In case of client test, it only works in case of embedded containers and they are the responsible of provide the instance by producing the instance:
> {code:java}
>  @Inject
>  @ApplicationScoped
>  private InstanceProducer<ServletContext> servletContextInstanceProducer;
>  servletContextInstanceProducer.set(servletContext);
> {code}



--
This message was sent by Atlassian JIRA
(v6.3.15#6346)


More information about the arquillian-issues mailing list