Class QuarkusBeforeAfterLifecycle


  • public class QuarkusBeforeAfterLifecycle
    extends Object
    • Constructor Detail

      • QuarkusBeforeAfterLifecycle

        public QuarkusBeforeAfterLifecycle()
    • 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
      • beforeClass

        public void beforeClass​(@Observes(precedence=-100)
                                org.jboss.arquillian.test.spi.event.suite.BeforeClass event)
                         throws Throwable
        Throws:
        Throwable
      • afterClass

        public void afterClass​(@Observes(precedence=-100)
                               org.jboss.arquillian.test.spi.event.suite.AfterClass event)
                        throws Throwable
        Throws:
        Throwable