Interface ExpectationComparator<E,A>
-
- All Known Implementing Classes:
FlowElementComparator,IgnoreComparator
public interface ExpectationComparator<E,A>Expectation comparator contract.- Author:
- Ikasan Development Team
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidcompare(E expected, A actual)Compares the two incoming objects to ensure the expectation is satisifed by the actual.
-