The lifecycle event which comes with {@link org.jboss.arquillian.warp.servlet.BeforeServlet} verification execution.
If you observe this event, Warp services are fully initialized and you should have access to them using {@link Inject}.
If you want to observe event right after request enters Warp servlet filter, observe {@link BeforeRequest} event instead.
@author Lukas Fryc
|
|
|
|
|
|