Class Ipog

    • Constructor Summary

      Constructors 
      Constructor Description
      Ipog()  
    • Constructor Detail

      • Ipog

        public Ipog()
    • Method Detail

      • generate

        public java.util.Set<java.util.function.Supplier<TestInputGroup>> generate​(CombinatorialTestModel model,
                                                                                   Reporter reporter)
        Constructs a combinatorial test suite for positive testing. This means that each combination of the given strength is guaranteed to be covered by at least one test input returned by this method.
        Specified by:
        generate in interface TestInputGroupGenerator
        Parameters:
        model - the complete model with which the test input groups should be constructed. Must not be null
        reporter - to report information from inside the generation
        Returns:
        a test suite meeting the criteria described above