Class AfterLifecycleEventExecuter

java.lang.Object
org.jboss.arquillian.container.test.impl.execution.AfterLifecycleEventExecuter

public class AfterLifecycleEventExecuter extends Object
Observer that executes the After phase on the test case.

This is intended for In Container use, AfterClass should only be executed on Client since the state between @Test is not kept In Container.

Version:
$Revision: $
Author:
Aslak Knutsen
See Also:
  • Constructor Details

    • AfterLifecycleEventExecuter

      public AfterLifecycleEventExecuter()
  • Method Details

    • on

      public void on(@Observes(precedence=100) org.jboss.arquillian.test.spi.event.suite.AfterTestLifecycleEvent event) throws Throwable
      Throws:
      Throwable