[
https://issues.jboss.org/browse/ARQ-1975?page=com.atlassian.jira.plugin.s...
]
Matous Jobanek commented on ARQ-1975:
-------------------------------------
Hi,
is this the same feature as this one?
https://developer.jboss.org/message/935605
If so, there is already a jira for that: ARQ-540
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)