Class ExecutionModeLoader
- java.lang.Object
-
- de.rwth.swc.coffee4j.junit.engine.annotation.configuration.executionmode.ExecutionModeLoader
-
- All Implemented Interfaces:
Loader<ExecutionMode>
public class ExecutionModeLoader extends Object implements Loader<ExecutionMode>
Class for loading the definedExecutionModefor aCombinatorialTest. The default provider is based onCombinatorialTest.executionMode()but can be overridden withExecutionModeSource.
-
-
Constructor Summary
Constructors Constructor Description ExecutionModeLoader()
-
-
-
Method Detail
-
load
public ExecutionMode load(Method method)
Description copied from interface:LoaderLoads a T based on the classInitializes the provider with the necessary annotation located somewhere on the class beforehand
- Specified by:
loadin interfaceLoader<ExecutionMode>- Parameters:
method- the method from which the information should be loaded- Returns:
- the loaded object
-
-