Package de.cuioss.test.jsf.converter
Provides types and base-classes for convenient testing of the converter. It
can be used by extending
AbstractConverterTest.- Author:
- Oliver Wolff
-
Class Summary Class Description AbstractConverterTest<C extends Converter,T> Base class for testing implementations ofConverterwithin a Junit 5 contextAbstractSanitizingConverterTest<C extends Converter<T>,T> Extension of AbstractConverterTest to also test the sanitizing inside the getAsString function.ConverterTestItem<T> Extension toTestItemthat contains the the additional field "stringValue"TestItems<T> TestData Store for Test Items which will be used byAbstractConverterTest
Class is prepared to be used as Fluent Interface