Uses of Interface
de.cuioss.test.jsf.config.ComponentConfigurator
-
Packages that use ComponentConfigurator Package Description de.cuioss.test.jsf.converter Provides types and base-classes for convenient testing of the converter. -
-
Uses of ComponentConfigurator in de.cuioss.test.jsf.converter
Classes in de.cuioss.test.jsf.converter that implement ComponentConfigurator 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.
-