Class InterleavingCombinatorialTestGroup


  • public class InterleavingCombinatorialTestGroup
    extends Object
    Class representing a group for interleaving combinatorial testing.
    • Constructor Detail

      • InterleavingCombinatorialTestGroup

        public InterleavingCombinatorialTestGroup​(Object identifier,
                                                  TestInputGenerationStrategy generationStrategy,
                                                  IdentificationStrategy identificationStrategy,
                                                  FeedbackCheckingStrategy feedbackCheckingStrategy)
        Parameters:
        identifier - identifier for the testing group. Must not be null.
        generationStrategy - used strategy for test input generation. Must not be null.
        identificationStrategy - used strategy for identification. Must not be null.
        feedbackCheckingStrategy - used strategy for feedback checking. Must not be null.