Interface TestInputExecutor
-
- All Known Implementing Classes:
CombinationExecutor
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
@FunctionalInterface public interface TestInputExecutor
Executor for oneCombination.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TestResultexecute(Combination combination)Executes the givenCombinationand throws an error if necessary.
-
-
-
Method Detail
-
execute
TestResult execute(Combination combination)
Executes the givenCombinationand throws an error if necessary.- Parameters:
combination- the combination for which the test is executed- Returns:
- the result of executing the given combination
-
-