Package de.cuioss.test.jsf.component
Class AbstractUiComponentTest<T extends UIComponent>
- java.lang.Object
-
- de.cuioss.test.jsf.junit5.JsfEnabledTestEnvironment
-
- de.cuioss.test.jsf.component.AbstractComponentTest<T>
-
- de.cuioss.test.jsf.component.AbstractUiComponentTest<T>
-
- Type Parameters:
T- identifying the type to be tested, at least anUIComponent
- All Implemented Interfaces:
JsfEnvironmentConsumer,de.cuioss.test.valueobjects.objects.ConfigurationCallBackHandler<T>,de.cuioss.test.valueobjects.util.GeneratorRegistry
public abstract class AbstractUiComponentTest<T extends UIComponent> extends AbstractComponentTest<T>
Extension toAbstractComponentTestthat implicitly tests a number of standard attributes like 'style', 'styleClass', 'rendered'- Author:
- Oliver Wolff
-
-
Constructor Summary
Constructors Constructor Description AbstractUiComponentTest()
-
Method Summary
-
Methods inherited from class de.cuioss.test.jsf.component.AbstractComponentTest
anyComponent, getInstantiator, getTargetClass, initializeBaseClass
-
Methods inherited from class de.cuioss.test.jsf.junit5.JsfEnabledTestEnvironment
getEnvironmentHolder, setEnvironmentHolder
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.cuioss.test.valueobjects.objects.ConfigurationCallBackHandler
configure
-
Methods inherited from interface de.cuioss.test.valueobjects.util.GeneratorRegistry
registerAdditionalGenerators
-
Methods inherited from interface de.cuioss.test.jsf.util.JsfEnvironmentConsumer
assertNavigatedWithOutcome, assertRedirect, getApplication, getApplicationConfigDecorator, getBeanConfigDecorator, getComponentConfigDecorator, getExternalContext, getFacesContext, getRequestConfigDecorator, getResponse
-
-
-
-
Constructor Detail
-
AbstractUiComponentTest
public AbstractUiComponentTest()
-
-