org.testatoo.config.annotation
Annotation Type TestatooModules


@Retention(value=RUNTIME)
@Target(value=TYPE)
@Inherited
@Documented
public @interface TestatooModules

This annotation can be put on your test classes which uses the 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.


Required Element Summary
 java.lang.Class<? extends TestatooModule>[] value
          Specify which module you want to use for configuring Testatoo.
 

Element Detail

value

public abstract java.lang.Class<? extends TestatooModule>[] value
Specify which module you want to use for configuring Testatoo. It can be a list of module or only one module, since from one module you can install/import other ones as needed.

Returns:
the list of TestatooModule


Copyright © 2008-2010 Ovea. All Rights Reserved.