Uses of Interface
org.jboss.arquillian.test.spi.LifecycleMethodExecutor

Packages that use LifecycleMethodExecutor
org.jboss.arquillian.test.impl   
org.jboss.arquillian.test.spi   
org.jboss.arquillian.test.spi.event.suite   
 

Uses of LifecycleMethodExecutor in org.jboss.arquillian.test.impl
 

Methods in org.jboss.arquillian.test.impl with parameters of type LifecycleMethodExecutor
 void EventTestRunnerAdaptor.after(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
 void EventTestRunnerAdaptor.afterClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
 void EventTestRunnerAdaptor.before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
 void EventTestRunnerAdaptor.beforeClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
 

Uses of LifecycleMethodExecutor in org.jboss.arquillian.test.spi
 

Fields in org.jboss.arquillian.test.spi declared as LifecycleMethodExecutor
static LifecycleMethodExecutor LifecycleMethodExecutor.NO_OP
           
 

Methods in org.jboss.arquillian.test.spi with parameters of type LifecycleMethodExecutor
 void TestRunnerAdaptor.after(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
          Deactivate the TestInstance.
This will trigger the After event.
 void TestRunnerAdaptor.afterClass(Class<?> testClass, LifecycleMethodExecutor executor)
          Deactivate the TestClass.
This will trigger the AfterClass event.
 void TestRunnerAdaptor.before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
          Activate a new TestInstance.
This will trigger the Before event.
 void TestRunnerAdaptor.beforeClass(Class<?> testClass, LifecycleMethodExecutor executor)
          Activate a new TestClass.
This will trigger the BeforeClass event.
 

Uses of LifecycleMethodExecutor in org.jboss.arquillian.test.spi.event.suite
 

Methods in org.jboss.arquillian.test.spi.event.suite that return LifecycleMethodExecutor
 LifecycleMethodExecutor TestLifecycleEvent.getExecutor()
           
 LifecycleMethodExecutor LifecycleEvent.getExecutor()
          Get the call back handler for this lifecycle method.
 LifecycleMethodExecutor ClassLifecycleEvent.getExecutor()
           
 

Constructors in org.jboss.arquillian.test.spi.event.suite with parameters of type LifecycleMethodExecutor
After(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
AfterClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
Before(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
           
BeforeClass(Class<?> testClass, LifecycleMethodExecutor executor)
           
ClassLifecycleEvent(Class<?> testClass, LifecycleMethodExecutor executor)
          Create a new ClassLifecycleEvent for a specific Class.
ClassLifecycleEvent(TestClass testClass, LifecycleMethodExecutor executor)
          Create a new ClassLifecycleEvent for a specific Class.
TestLifecycleEvent(Object testInstance, Method testMethod, LifecycleMethodExecutor executor)
          Create a new TestLifecycleEvent for a specific testInstance executing a specific testMethod.
 



Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.