Interface FaultCharacterizationAlgorithmFactory

  • 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 FaultCharacterizationAlgorithmFactory
    Marks factories used to create fault characterization algorithms for a given configuration. This is used to create different fault characterization algorithms for all TestInputGroup in a combinatorial test.
    • Method Detail

      • create

        FaultCharacterizationAlgorithm create​(FaultCharacterizationConfiguration configuration)
        Creates a new algorithm for the given configuration.
        Parameters:
        configuration - contains all important general information with which additional test inputs can be generated. This includes constraints checkers and general testModel information. Must not be null
        Returns:
        a algorithm conforming to the configuration