@Retention(value=RUNTIME) @Target(value=TYPE) @Inherited @Documented public @interface TestatooModules
TestatooJunitRunner Junit Runner
or TestatooJunitTest abstract test.
It's goal is to define the list of TestatooModule
to load for configuring Testatoo for your test.| Modifier and Type | Required Element and Description |
|---|---|
Class<? extends TestatooModule>[] |
value
Specify which module you want to use for configuring Testatoo.
|
public abstract Class<? extends TestatooModule>[] value
TestatooModuleCopyright © 2008-2013 Ovea. All Rights Reserved.