Package de.rwth.swc.coffee4j.junit.engine.annotation.configuration.converter
-
Interface Summary Interface Description ConverterProvider AnConverterProvideris responsible for providing exactly an arbitrary number ofArgumentConverterimplementations (even none is allowed) for aCombinatorialTest. -
Class Summary Class Description ConverterLoader Class for loading multipleArgumentConverterviaConverterProvider. -
Annotation Types Summary Annotation Type Description ConverterSource ConverterSourceis an annotation used to register converter providers for the annotated test method.ConverterSources The repeatable variant ofConverterSource.EnableConverter This is aConverterSourceusing theConstructorBasedConverterProviderto create new instances of aArgumentConvertervia a no-args constructor.