Interface FileComparisonTestAssertionFailure

    • Method Detail

      • getExpectedContent

        @Nullable
        byte[] getExpectedContent()
        Returns the string representation of the expected value.
        Returns:
        the expected value or null if the test framework doesn't supply detailed information on assertion failures
      • getActualContent

        @Nullable
        byte[] getActualContent()
        Returns the string representation of the actual value.
        Returns:
        the actual value or null if the test framework doesn't supply detailed information on assertion failures