Class CombinationExecutor

    • Constructor Detail

      • CombinationExecutor

        public CombinationExecutor​(ExecutionContext executionContext)
    • Method Detail

      • execute

        public TestResult execute​(Combination combination)
        Description copied from interface: TestInputExecutor
        Executes the given Combination and throws an error if necessary.
        Specified by:
        execute in interface TestInputExecutor
        Parameters:
        combination - the combination for which the test is executed
        Returns:
        the result of executing the given combination