[
https://issues.jboss.org/browse/ARQ-1975?page=com.atlassian.jira.plugin.s...
]
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)