Interface CombinatorialTestManagerFactory

  • All Superinterfaces:
    java.util.function.BiFunction<de.rwth.swc.coffee4j.engine.manager.CombinatorialTestConfiguration,​de.rwth.swc.coffee4j.engine.TestModel,​de.rwth.swc.coffee4j.engine.manager.CombinatorialTestManager>
    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 CombinatorialTestManagerFactory
    extends java.util.function.BiFunction<de.rwth.swc.coffee4j.engine.manager.CombinatorialTestConfiguration,​de.rwth.swc.coffee4j.engine.TestModel,​de.rwth.swc.coffee4j.engine.manager.CombinatorialTestManager>
    A factory for creating new CombinatorialTestManager instances from a given configuration. This is needed to reuse CombinatorialTestConsumerManagerConfiguration instances, as they can now be reused for multiple InputParameterModels.
    • Method Summary

      • Methods inherited from interface java.util.function.BiFunction

        andThen, apply