Class IgnoreComparator
- java.lang.Object
-
- org.ikasan.testharness.flow.comparator.model.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
-
-
Constructor Summary
Constructors Constructor Description IgnoreComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompare(java.lang.Object expected, java.lang.Object actual)Compares the two incoming objects to ensure the expectation is satisifed by the actual.
-
-
-
Method Detail
-
compare
public void compare(java.lang.Object expected, java.lang.Object actual)Description copied from interface:ExpectationComparatorCompares the two incoming objects to ensure the expectation is satisifed by the actual.- Specified by:
comparein interfaceExpectationComparator<java.lang.Object,java.lang.Object>
-
-