Class IgnoreComparator

  • All Implemented Interfaces:
    ExpectationComparator<java.lang.Object,​java.lang.Object>

    public class IgnoreComparator
    extends java.lang.Object
    implements ExpectationComparator<java.lang.Object,​java.lang.Object>
    Ignore comparator.
    Author:
    Ikasan Development Team
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void compare​(java.lang.Object expected, java.lang.Object actual)
      Compares the two incoming objects to ensure the expectation is satisifed by the actual.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • IgnoreComparator

        public IgnoreComparator()
    • Method Detail

      • compare

        public void compare​(java.lang.Object expected,
                            java.lang.Object actual)
        Description copied from interface: ExpectationComparator
        Compares the two incoming objects to ensure the expectation is satisifed by the actual.
        Specified by:
        compare in interface ExpectationComparator<java.lang.Object,​java.lang.Object>