Uses of Interface
org.ikasan.testharness.flow.comparator.ExpectationComparator
-
Packages that use ExpectationComparator Package Description org.ikasan.testharness.flow.comparator.model org.ikasan.testharness.flow.comparator.service org.ikasan.testharness.flow.expectation.service -
-
Uses of ExpectationComparator in org.ikasan.testharness.flow.comparator.model
Classes in org.ikasan.testharness.flow.comparator.model that implement ExpectationComparator Modifier and Type Class Description classFlowElementComparatorCompares expected flow event against captured flow event.classIgnoreComparatorIgnore comparator. -
Uses of ExpectationComparator in org.ikasan.testharness.flow.comparator.service
Methods in org.ikasan.testharness.flow.comparator.service that return ExpectationComparator Modifier and Type Method Description ExpectationComparator<?,?>ComparatorService. getComparator(K comparatorKey)Retrieve a comparator for this specific expectation.ExpectationComparator<?,?>ComparatorServiceImpl. getComparator(java.lang.Class<?> cls)Utility method for finding the comparator for an expectation class. -
Uses of ExpectationComparator in org.ikasan.testharness.flow.expectation.service
Methods in org.ikasan.testharness.flow.expectation.service that return ExpectationComparator Modifier and Type Method Description protected ExpectationComparator<?,?>AbstractListExpectation.DefaultExpectation. getExpectationComparator()Getter for expectation comparatorMethods in org.ikasan.testharness.flow.expectation.service with parameters of type ExpectationComparator Modifier and Type Method Description <T> voidAbstractListExpectation. expectation(T expectation, ExpectationComparator<?,?> expectationComparator)Add an Expectation and specific user defined comparator to the ordered expectations<T> voidAbstractListExpectation. expectation(T expectation, ExpectationComparator<?,?> expectationComparator, java.lang.String description)Add an Expectation and specific user defined comparator to the ordered expectations and provide a specific description to help identity this expectation at runtime.<T> voidFlowExpectation. expectation(T expectation, ExpectationComparator<?,?> expectationComparator)Set an expectation with a specific comparator to measure the expecation.<T> voidFlowExpectation. expectation(T expectation, ExpectationComparator<?,?> expectationComparator, java.lang.String description)Set an expectation with a specific comparator to measure the expecation and a description of the expectation test which can help identify this expectation at runtime.Constructors in org.ikasan.testharness.flow.expectation.service with parameters of type ExpectationComparator Constructor Description DefaultExpectation(T expectation, ExpectationComparator<?,?> expectationComparator)Constructor
-