@FunctionalInterface public interface TestInputExecutor
Combination.| Modifier and Type | Method and Description |
|---|---|
void |
execute(Combination testInput)
Executes the test with the given test input in form of a
Combination. |
void execute(Combination testInput) throws Exception
Combination.
If the system under test behaves correctly, nothing abnormally should happen and the method finishes,
otherwise, any kind of exception can be thrown to indicate a failure.testInput - to be executed. Must not be nullException - if the system under test does not behave normally for the given test inputCopyright © 2019. All rights reserved.