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 one Combination.
    • Method Detail

      • execute

        TestResult execute​(Combination combination)
        Executes the given Combination and throws an error if necessary.
        Parameters:
        combination - the combination for which the test is executed
        Returns:
        the result of executing the given combination