Class EventTestRunnerAdaptor

java.lang.Object
org.jboss.arquillian.test.impl.EventTestRunnerAdaptor
All Implemented Interfaces:
org.jboss.arquillian.test.spi.TestRunnerAdaptor

public class EventTestRunnerAdaptor extends Object implements org.jboss.arquillian.test.spi.TestRunnerAdaptor
EventTestRunnerAdaptor
Author:
Aslak Knutsen
  • Constructor Summary

    Constructors
    Constructor
    Description
    EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
     
    EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    after(Object testInstance, Method testMethod, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor)
     
    void
    afterClass(Class<?> testClass, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor)
     
    void
     
    void
    before(Object testInstance, Method testMethod, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor)
     
    void
    beforeClass(Class<?> testClass, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor)
     
    void
     
    <T extends org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent>
    void
     
    void
     
    org.jboss.arquillian.test.spi.TestResult
    test(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • EventTestRunnerAdaptor

      public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.ManagerBuilder builder)
    • EventTestRunnerAdaptor

      public EventTestRunnerAdaptor(org.jboss.arquillian.core.spi.Manager manager)
  • Method Details

    • beforeSuite

      public void beforeSuite() throws Exception
      Specified by:
      beforeSuite in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • afterSuite

      public void afterSuite() throws Exception
      Specified by:
      afterSuite in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • beforeClass

      public void beforeClass(Class<?> testClass, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor) throws Exception
      Specified by:
      beforeClass in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • afterClass

      public void afterClass(Class<?> testClass, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor) throws Exception
      Specified by:
      afterClass in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • before

      public void before(Object testInstance, Method testMethod, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor) throws Exception
      Specified by:
      before in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • after

      public void after(Object testInstance, Method testMethod, org.jboss.arquillian.test.spi.LifecycleMethodExecutor executor) throws Exception
      Specified by:
      after in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • test

      public org.jboss.arquillian.test.spi.TestResult test(org.jboss.arquillian.test.spi.TestMethodExecutor testMethodExecutor) throws Exception
      Specified by:
      test in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • fireCustomLifecycle

      public <T extends org.jboss.arquillian.test.spi.event.suite.TestLifecycleEvent> void fireCustomLifecycle(T event) throws Exception
      Specified by:
      fireCustomLifecycle in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor
      Throws:
      Exception
    • shutdown

      public void shutdown()
      Specified by:
      shutdown in interface org.jboss.arquillian.test.spi.TestRunnerAdaptor