Interface ComparisonResult

  • All Known Implementing Classes:
    MapComparisonResult, SimpleComparisonResult

    public interface ComparisonResult
    Base interface for comparison results.
    Author:
    Rene Schneider - initial API and implementation
    • Method Detail

      • isSuccessful

        boolean isSuccessful()
        Whether this result documents a successful comparison. Most of the time, this boils down to whether the result equals the expected value, but custom comparator fixtures may override this.
        Returns: