Uses of Interface
de.cuioss.test.jsf.config.JsfTestContextConfigurator
-
Packages that use JsfTestContextConfigurator Package Description de.cuioss.test.jsf.config de.cuioss.test.jsf.converter Provides types and base-classes for convenient testing of the converter.de.cuioss.test.jsf.defaults Provides some default-implementations forApplicationConfigurator -
-
Uses of JsfTestContextConfigurator in de.cuioss.test.jsf.config
Subinterfaces of JsfTestContextConfigurator in de.cuioss.test.jsf.config Modifier and Type Interface Description interfaceApplicationConfiguratorInstances of this are to be called by the test framework after the initial setup is done.interfaceBeanConfiguratorProvides a callback method for registeringNamedbeans for unit-testinginterfaceComponentConfiguratorInstances of this are to be called by the test framework after the initial setup is done.interfaceRequestConfiguratorInstances of this are to be called by the test framework after the initial setup is done.Methods in de.cuioss.test.jsf.config that return types with arguments of type JsfTestContextConfigurator Modifier and Type Method Description Class<? extends JsfTestContextConfigurator>[]value() -
Uses of JsfTestContextConfigurator in de.cuioss.test.jsf.converter
Classes in de.cuioss.test.jsf.converter that implement JsfTestContextConfigurator 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 JsfTestContextConfigurator in de.cuioss.test.jsf.defaults
Classes in de.cuioss.test.jsf.defaults that implement JsfTestContextConfigurator Modifier and Type Class Description classBasicApplicationConfigurationProvides some default configuration for the tests.
-