Interface TestInputGenerationStrategy

  • All Known Implementing Classes:
    AetgStrategy

    public interface TestInputGenerationStrategy
    Interface that each test input generation strategy used by interleaving CT must implement.
    • Method Detail

      • generateNextTestInput

        Optional<int[]> generateNextTestInput()
        Returns:
        next test input covering as many uncovered t-tuples as possible. If all tuples are covered, an empty Optional is returned.