Uses of Class
de.cuioss.test.jsf.config.JsfTestConfiguration
-
Packages that use JsfTestConfiguration Package Description de.cuioss.test.jsf.util -
-
Uses of JsfTestConfiguration in de.cuioss.test.jsf.util
Methods in de.cuioss.test.jsf.util that return types with arguments of type JsfTestConfiguration Modifier and Type Method Description static Set<JsfTestConfiguration>ConfigurationHelper. extractJsfTestConfiguration(Class<?> annotated)Checks the given type for the annotationJsfTestConfigurationand and puts all found in the immutableSetto be returnedMethod parameters in de.cuioss.test.jsf.util with type arguments of type JsfTestConfiguration Modifier and Type Method Description static voidConfigurationHelper. configureApplication(Object testClass, ApplicationConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenApplicationConfiguratorand calls them with the givenApplicationConfigDecorator.static voidConfigurationHelper. configureComponents(Object testClass, ComponentConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenComponentConfiguratorand calls them with the givenComponentConfigDecorator.static voidConfigurationHelper. configureManagedBeans(Object testClass, BeanConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenBeanConfiguratorand calls them with the givenBeanConfigDecorator.static voidConfigurationHelper. configureRequestConfig(Object testClass, RequestConfigDecorator registry, Collection<JsfTestConfiguration> configurations)Instantiates the givenRequestConfiguratorand calls them with the givenRequestConfigDecorator.
-