Package de.cuioss.test.jsf.config
Interface ComponentConfigurator
-
- All Superinterfaces:
JsfTestContextConfigurator
- All Known Implementing Classes:
AbstractConverterTest,AbstractSanitizingConverterTest
public interface ComponentConfigurator extends JsfTestContextConfigurator
Instances of this are to be called by the test framework after the initial setup is done.- Author:
- Oliver Wolff
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidconfigureComponents(ComponentConfigDecorator decorator)Callback method for interacting with theComponentConfigDecoratorat the correct time.
-
-
-
Method Detail
-
configureComponents
void configureComponents(ComponentConfigDecorator decorator)
Callback method for interacting with theComponentConfigDecoratorat the correct time.- Parameters:
decorator- is never null
-
-