Uses of Interface
org.testatoo.config.lifecycle.LifeCycleConfig

Packages that use LifeCycleConfig
org.testatoo.config   
org.testatoo.config.lifecycle   
 

Uses of LifeCycleConfig in org.testatoo.config
 

Methods in org.testatoo.config that return LifeCycleConfig
 LifeCycleConfig TestatooConfig.lifecycle()
           
protected  LifeCycleConfig AbstractTestatooModule.lifecycle()
           
 

Uses of LifeCycleConfig in org.testatoo.config.lifecycle
 

Methods in org.testatoo.config.lifecycle that return LifeCycleConfig
 LifeCycleConfig LifeCycleConfig.onStart(java.lang.Runnable runnable)
          Add an execution block to run after Testatoo system as started.
 LifeCycleConfig LifeCycleConfig.onStop(java.lang.Runnable runnable)
          Add an execution block to run before Testatoo system stops.
 LifeCycleConfig LifeCycleConfig.onTest(org.aopalliance.intercept.MethodInterceptor interceptor)
          Replace current MethodInterceptor used to intercept all test calls.
 LifeCycleConfig LifeCycleConfig.onTest(TestListener listener)
          Register a listener when a test method starts
 



Copyright © 2008-2010 Ovea. All Rights Reserved.