Uses of Interface
org.testatoo.config.TestatooModule

Packages that use TestatooModule
org.testatoo.config   
org.testatoo.config.testatoo   
 

Uses of TestatooModule in org.testatoo.config
 

Classes in org.testatoo.config that implement TestatooModule
 class AbstractTestatooModule
           
 

Methods in org.testatoo.config with parameters of type TestatooModule
 TestatooConfig TestatooConfig.install(TestatooModule... modules)
          Import other modules to configure Testatoo
protected  TestatooConfig AbstractTestatooModule.install(TestatooModule... modules)
           
 

Uses of TestatooModule in org.testatoo.config.testatoo
 

Methods in org.testatoo.config.testatoo with parameters of type TestatooModule
static Testatoo Testatoo.configure(TestatooModule... testatooModules)
          Configure Testatoo by using given list of modules
 

Method parameters in org.testatoo.config.testatoo with type arguments of type TestatooModule
static Testatoo Testatoo.configure(java.lang.Iterable<TestatooModule> testatooModules)
          Configure Testatoo by using given list of modules
 



Copyright © 2008-2010 Ovea. All Rights Reserved.