Class RequestContextLifecycle

java.lang.Object
io.quarkus.arquillian.RequestContextLifecycle

public class RequestContextLifecycle extends Object
Activates request context before test runs and shuts it down afterwards
  • 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