public class RequestContextLifecycle
extends Object
Activates request context before test runs and shuts it down afterwards
-
Constructor Summary
Constructors
-
Method Summary
void
on(org.jboss.arquillian.test.spi.event.suite.After event)
void
on(org.jboss.arquillian.test.spi.event.suite.Before event)
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
RequestContextLifecycle
public RequestContextLifecycle()
-
Method Details
-
on
public void on(@Observes(precedence=100)
org.jboss.arquillian.test.spi.event.suite.Before event)
throws Throwable
- Throws:
Throwable
-
on
public void on(@Observes(precedence=100)
org.jboss.arquillian.test.spi.event.suite.After event)
throws Throwable
- Throws:
Throwable