Package de.rwth.swc.coffee4j.junit.engine.annotation.configuration.sequential.generation
-
Interface Summary Interface Description GeneratorProvider AnGeneratorProvideris responsible for providing an arbitrary number ofTestInputGroupGeneratorimplementations (even none is allowed) for aCombinatorialTest. -
Class Summary Class Description GeneratorLoader Class for loading multipleTestInputGroupGenerators viaGeneratorProvider. -
Annotation Types Summary Annotation Type Description EnableGeneration This is aGeneratorSourceusing theConstructorBasedGeneratorProviderto create new instances of aTestInputGroupGeneratorvia a no-args constructor.GeneratorSource GeneratorSourceis an annotation used to register generator providers for the annotated test method.