Uses of Interface
org.unitils.core.Module

Packages that use Module
org.unitils.core   
org.unitils.util   
 

Uses of Module in org.unitils.core
 

Methods in org.unitils.core with type parameters of type Module
<T extends Module>
T
ModulesRepository.getModuleOfType(Class<T> type)
          Gets the modules that is of the given type or a sub-type.
 

Methods in org.unitils.core that return types with arguments of type Module
protected  List<Module> ModulesLoader.createAndInitializeModules(List<String> moduleNames, Properties configuration)
          Creates the modules with the given class names and calls initializes them with the given configuration.
 List<Module> ModulesRepository.getModules()
          Gets all modules.
 Map<Module,TestListener> ModulesRepository.getTestListeners()
          Gets all listeners.
 List<Module> ModulesLoader.loadModules(Properties configuration)
          Loads all unitils modules as described in the class javadoc.
 

Methods in org.unitils.core with parameters of type Module
 TestListener ModulesRepository.getTestListener(Module module)
          Gets the listener corresponding to the given module.
 

Method parameters in org.unitils.core with type arguments of type Module
 boolean ModulesRepository.isModuleEnabled(Class<? extends Module> moduleClass)
          Checks whether a module of a type exists.
 

Constructor parameters in org.unitils.core with type arguments of type Module
ModulesRepository(List<Module> modules)
          Creates a repository containing the given modules.
 

Uses of Module in org.unitils.util
 

Method parameters in org.unitils.util with type arguments of type Module
static String ModuleUtils.getAnnotationPropertyDefault(Class<? extends Module> moduleClass, Class<? extends Annotation> annotationClass, String name, Properties configuration)
          Returns the default for annotation property of the given annotation with the given name for the given moduleclass.
static Map<Class<? extends Annotation>,Map<String,String>> ModuleUtils.getAnnotationPropertyDefaults(Class<? extends Module> moduleClass, Properties configuration, Class<? extends Annotation>... annotationClasses)
          Returns an object that represents the default values for the properties of the given annotations and the given module.
 



Copyright © 2011. All Rights Reserved.