| Package | Description |
|---|---|
| org.testatoo.config | |
| org.testatoo.config.lifecycle |
| Modifier and Type | Method and Description |
|---|---|
protected LifeCycleConfig |
AbstractTestatooModule.lifecycle() |
LifeCycleConfig |
TestatooConfig.lifecycle() |
| Modifier and Type | Method and Description |
|---|---|
LifeCycleConfig |
LifeCycleConfig.onStart(Runnable runnable)
Add an execution block to run after Testatoo system as started.
|
LifeCycleConfig |
LifeCycleConfig.onStop(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-2013 Ovea. All Rights Reserved.