Interface AfterExecutionCallback

  • All Superinterfaces:
    Extension
    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 AfterExecutionCallback
    extends Extension
    Represents a phase callback after the execution phase
    • Method Detail

      • afterExecution

        Map<Combination,​TestResult> afterExecution​(Map<Combination,​TestResult> combinationTestResultMap)
        Executes the callback with the supplied preliminary test results. The callback should only modify the TestResult elements in the map

        This must always preserve the order of the given map.

        Parameters:
        combinationTestResultMap - the preliminary test results of the execution phase
        Returns:
        the possibly alter test results