Class CombinationExecutor
- java.lang.Object
-
- de.rwth.swc.coffee4j.junit.engine.execution.CombinationExecutor
-
- All Implemented Interfaces:
TestInputExecutor
public class CombinationExecutor extends Object implements TestInputExecutor
-
-
Constructor Summary
Constructors Constructor Description CombinationExecutor(ExecutionContext executionContext)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TestResultexecute(Combination combination)Executes the givenCombinationand throws an error if necessary.
-
-
-
Constructor Detail
-
CombinationExecutor
public CombinationExecutor(ExecutionContext executionContext)
-
-
Method Detail
-
execute
public TestResult execute(Combination combination)
Description copied from interface:TestInputExecutorExecutes the givenCombinationand throws an error if necessary.- Specified by:
executein interfaceTestInputExecutor- Parameters:
combination- the combination for which the test is executed- Returns:
- the result of executing the given combination
-
-