Interface Generator<T,​E extends java.lang.Enum<?>>

    • Method Detail

      • check

        boolean check​(E situation,
                      T[] operands)
        Checks the test data against the test situation.
        Parameters:
        situation - the test situation.
        operands - the test data.
        Returns:
        true if the test data correspond to the test situation; false otherwise.
      • generate

        GeneratorResult<T> generate​(E situation,
                                    T[] operands)
        Generates test data for the given test situation.
        Parameters:
        situation - the test situation.
        operands - the test data having been fixed.
        Returns:
        the test data.