The lifecycle event which comes with {@link org.jboss.arquillian.warp.servlet.AfterServlet} 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 before response leaves Warp servlet filter, observe {@link AfterRequest} event instead.
@author Lukas Fryc
|
|
|
|
|
|