Class RequestContextLifecycle


  • public class RequestContextLifecycle
    extends Object
    Activates request context before test runs and shuts it down afterwards
    • Constructor Detail

      • RequestContextLifecycle

        public RequestContextLifecycle()
    • Method Detail

      • 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