Package de.cuioss.test.jsf.config
Interface ApplicationConfigurator
-
- All Superinterfaces:
JsfTestContextConfigurator
- All Known Implementing Classes:
BasicApplicationConfiguration
public interface ApplicationConfigurator 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 voidconfigureApplication(ApplicationConfigDecorator decorator)Callback method for interacting with theApplicationConfigDecoratorat the correct time.
-
-
-
Method Detail
-
configureApplication
void configureApplication(ApplicationConfigDecorator decorator)
Callback method for interacting with theApplicationConfigDecoratorat the correct time.- Parameters:
decorator- is never null
-
-