Package de.cuioss.test.jsf.config
Annotation Type JsfTestConfiguration
-
@Retention(RUNTIME) @Target(TYPE) @Repeatable(de.cuioss.test.jsf.config.JsfTestConfigurations.class) public @interface JsfTestConfiguration
This annotations can be used to configure certain aspects of the configuration of the jsf-runtime for unit-testing. For simple cases the test-class can implement the corresponding interfaces itself:ApplicationConfigurator,ComponentConfigurator,RequestConfiguratororBeanConfigurator. The base-class will ensure that the corresponding methods will be called at setup-time. This is useful for cases, where there is no need to reuse a certain configuration.- Author:
- Oliver Wolff
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description Class<? extends JsfTestContextConfigurator>[]value
-
-
-
Element Detail
-
value
Class<? extends JsfTestContextConfigurator>[] value
- Returns:
- one or more concrete instances of
JsfTestContextConfigurator
-
-