Class CombinatorialTestAnnotationBasedExecutionModeProvider
- java.lang.Object
-
- de.rwth.swc.coffee4j.junit.engine.annotation.configuration.executionmode.CombinatorialTestAnnotationBasedExecutionModeProvider
-
- All Implemented Interfaces:
AnnotationConsumer<CombinatorialTest>,ExecutionModeProvider,MethodBasedProvider<ExecutionMode>,Consumer<CombinatorialTest>
public class CombinatorialTestAnnotationBasedExecutionModeProvider extends Object implements ExecutionModeProvider, AnnotationConsumer<CombinatorialTest>
A provider loading theExecutionModeas given in theCombinatorialTestannotation.
-
-
Constructor Summary
Constructors Constructor Description CombinatorialTestAnnotationBasedExecutionModeProvider()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaccept(CombinatorialTest combinatorialTest)ExecutionModeprovide(Method method)Loads a T based on the method
-
-
-
Method Detail
-
accept
public void accept(CombinatorialTest combinatorialTest)
- Specified by:
acceptin interfaceConsumer<CombinatorialTest>
-
provide
public ExecutionMode provide(Method method)
Description copied from interface:MethodBasedProviderLoads a T based on the method- Specified by:
providein interfaceMethodBasedProvider<ExecutionMode>- Parameters:
method- the method from which the information should be loaded- Returns:
- the loaded object
-
-