Interface AfterFaultCharacterizationCallback

  • 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 AfterFaultCharacterizationCallback
    extends Extension
    Represents a phase callback after the fault characterization phase
    • Method Detail

      • afterFaultCharacterization

        void afterFaultCharacterization​(List<Combination> additionalTestInput)
        Executes the callback with the supplied combinations
        Parameters:
        additionalTestInput - the additional combinations generated by the fault characterization phase