Class Ipog

    • Constructor Summary

      Constructors 
      Constructor Description
      Ipog()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<java.util.function.Supplier<TestInputGroup>> generate​(TestModel model, Reporter reporter)
      Constructs a combinatorial test suite for positive testing.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Ipog

        public Ipog()
    • Method Detail

      • generate

        public java.util.Set<java.util.function.Supplier<TestInputGroup>> generate​(TestModel 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 testModel 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