Package de.rwth.swc.coffee4j.junit.engine.annotation.configuration.reporter
-
Interface Summary Interface Description ReporterProvider AnReporterProvideris responsible for providing an arbitrary number ofExecutionReporterimplementations (even none is allowed) for aCombinatorialTest. -
Class Summary Class Description ReporterLoader Class for loading multipleExecutionReporters viaReporterProvider. -
Annotation Types Summary Annotation Type Description EnableReporter This is aReporterSourceusing theConstructorBasedReporterProviderto create new instances of aExecutionReportervia a no-args, or one-arg constructor.ReporterSource ReporterSourceis an annotation used to register reporter providers for the annotated test method.ReporterSources The repeatable variant ofReporterSource.