Class Ipog

    • Method Detail

      • generate

        public Set<Supplier<TestInputGroup>> generate​(CompleteTestModel 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