Class DiffHelper.DiffAssertionError

All Implemented Interfaces:
Serializable
Enclosing class:
DiffHelper

public static class DiffHelper.DiffAssertionError extends CommentAssertionError
This error is thrown, when DiffHelper.DiffProcessor detects a difference. It holds a DiffComment object for the diff synopsis comment.
See Also:
  • Method Details

    • countDifferentLines

      public int countDifferentLines()
      Returns:
      the number of differing lines
    • getComment

      public DiffComment getComment()
      Returns:
      the comment with a diff synposis.