Class OutputVerifyingTestCase

    • Constructor Detail

      • OutputVerifyingTestCase

        public OutputVerifyingTestCase()
    • Method Detail

      • verify

        public boolean verify​(IteratorTestOutput expected,
                              IteratorTestOutput actual)
        Description copied from interface: IteratorTestCase
        Compute whether or not the expected and actual output is a success or failure for this implementation.
        Specified by:
        verify in interface IteratorTestCase
        Parameters:
        expected - The expected output from the user.
        actual - The actual output from the test
        Returns:
        True if the test case passes, false if it doesn't.