Uses of Interface
de.cuioss.test.jsf.util.JsfEnvironmentConsumer
-
Packages that use JsfEnvironmentConsumer Package Description de.cuioss.test.jsf.component de.cuioss.test.jsf.converter Provides types and base-classes for convenient testing of the converter.de.cuioss.test.jsf.junit5 Provides base structures for junit 5 / jsf testingde.cuioss.test.jsf.renderer de.cuioss.test.jsf.validator Contains a classes and helper object simplifying the tests ofValidator. -
-
Uses of JsfEnvironmentConsumer in de.cuioss.test.jsf.component
Classes in de.cuioss.test.jsf.component that implement JsfEnvironmentConsumer Modifier and Type Class Description classAbstractComponentTest<T extends UIComponent>Base class for testingUIComponents.classAbstractUiComponentTest<T extends UIComponent>Extension toAbstractComponentTestthat implicitly tests a number of standard attributes like 'style', 'styleClass', 'rendered' -
Uses of JsfEnvironmentConsumer in de.cuioss.test.jsf.converter
Classes in de.cuioss.test.jsf.converter that implement JsfEnvironmentConsumer Modifier and Type Class Description classAbstractConverterTest<C extends Converter,T>Base class for testing implementations ofConverterwithin a Junit 5 contextclassAbstractSanitizingConverterTest<C extends Converter<T>,T>Extension of AbstractConverterTest to also test the sanitizing inside the getAsString function. -
Uses of JsfEnvironmentConsumer in de.cuioss.test.jsf.junit5
Classes in de.cuioss.test.jsf.junit5 that implement JsfEnvironmentConsumer Modifier and Type Class Description classAbstractBeanTest<T>Base class for testingNamedbeans.classAbstractPropertyAwareFacesTest<T>Extension toJsfEnabledTestEnvironmentthat is capable of dealing with properties and generator likeValueObjectTest.classJsfEnabledTestEnvironmentBase class for creating unit-tests with a wired / configured JSF-environment being annotated withEnableJsfEnvironmentand implementingJsfEnvironmentConsumer -
Uses of JsfEnvironmentConsumer in de.cuioss.test.jsf.renderer
Classes in de.cuioss.test.jsf.renderer that implement JsfEnvironmentConsumer Modifier and Type Class Description classAbstractComponentRendererTest<R extends Renderer>WhileAbstractRendererTestBasefocuses on API-Contract utility methods, this class provides a number of implicit tests.classAbstractRendererTestBase<R extends Renderer>Base class for testing implementations ofRenderer. -
Uses of JsfEnvironmentConsumer in de.cuioss.test.jsf.validator
Classes in de.cuioss.test.jsf.validator that implement JsfEnvironmentConsumer Modifier and Type Class Description classAbstractValidatorTest<V extends Validator,T>Base Class for testing implementations ofValidatorwithin a Junit 5 context
-