Package de.cuioss.test.jsf.config
Interface BeanConfigurator
-
- All Superinterfaces:
JsfTestContextConfigurator
public interface BeanConfigurator extends JsfTestContextConfigurator
Provides a callback method for registeringNamedbeans for unit-testing- Author:
- Oliver Wolff
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureBeans(BeanConfigDecorator decorator)Callback method for interacting with theBeanConfigDecoratorat the correct time.
-
-
-
Method Detail
-
configureBeans
void configureBeans(BeanConfigDecorator decorator)
Callback method for interacting with theBeanConfigDecoratorat the correct time.- Parameters:
decorator- is never null
-
-