Class FlowElementComparator
- java.lang.Object
-
- org.ikasan.testharness.flow.comparator.model.FlowElementComparator
-
- All Implemented Interfaces:
ExpectationComparator<AbstractComponent,org.ikasan.spec.flow.FlowElement>
public class FlowElementComparator extends java.lang.Object implements ExpectationComparator<AbstractComponent,org.ikasan.spec.flow.FlowElement>
Compares expected flow event against captured flow event.- Author:
- Ikasan Development Team
-
-
Constructor Summary
Constructors Constructor Description FlowElementComparator()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompare(AbstractComponent expected, org.ikasan.spec.flow.FlowElement actual)Compares the two incoming objects to ensure the expectation is satisifed by the actual.
-
-
-
Method Detail
-
compare
public void compare(AbstractComponent expected, org.ikasan.spec.flow.FlowElement actual)
Description copied from interface:ExpectationComparatorCompares the two incoming objects to ensure the expectation is satisifed by the actual.- Specified by:
comparein interfaceExpectationComparator<AbstractComponent,org.ikasan.spec.flow.FlowElement>
-
-