Alex Soto created ARQ-1975:
------------------------------
Summary: 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
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)