|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testatoo.config.testatoo.Testatoo
public final class Testatoo
Main entry point which creates a Testatoo handler given configuration modules.
| Method Summary | |
|---|---|
static Testatoo |
configure(java.lang.Iterable<TestatooModule> testatooModules)
Configure Testatoo by using given list of modules |
static Testatoo |
configure(TestatooModule... testatooModules)
Configure Testatoo by using given list of modules |
static Testatoo |
configure(TestatooModules testatooModules)
Configure Testatoo by using modules provided in this annotation |
void |
execute(org.aopalliance.intercept.MethodInvocation testInvocation)
This method is called for each test invocation. |
void |
on(java.lang.Object o,
java.lang.reflect.Method m)
|
void |
start()
Starts Testatoo. |
void |
stop()
Stops Testatoo. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Testatoo configure(TestatooModules testatooModules)
testatooModules - Annotation containing the module class list
public static Testatoo configure(TestatooModule... testatooModules)
testatooModules - module list
public static Testatoo configure(java.lang.Iterable<TestatooModule> testatooModules)
testatooModules - module list
public void start()
public void stop()
public void on(java.lang.Object o,
java.lang.reflect.Method m)
public void execute(org.aopalliance.intercept.MethodInvocation testInvocation)
throws java.lang.Throwable
testInvocation - The test invocation
java.lang.Throwable - Any exception thrown by the tes executionLifeCycleConfig
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||