Uses of Interface
org.ikasan.testharness.flow.comparator.service.ComparatorService
-
Packages that use ComparatorService Package Description org.ikasan.testharness.flow.comparator.service org.ikasan.testharness.flow.expectation.service -
-
Uses of ComparatorService in org.ikasan.testharness.flow.comparator.service
Classes in org.ikasan.testharness.flow.comparator.service that implement ComparatorService Modifier and Type Class Description classComparatorServiceImplComparatorService default implementation provides six default comparators for all component types and event by mapping the expectation class to a comparator instance. -
Uses of ComparatorService in org.ikasan.testharness.flow.expectation.service
Fields in org.ikasan.testharness.flow.expectation.service declared as ComparatorService Modifier and Type Field Description protected ComparatorServiceAbstractListExpectation. comparatorServicecomparator service for expectationsMethods in org.ikasan.testharness.flow.expectation.service that return ComparatorService Modifier and Type Method Description protected static ComparatorServiceAbstractListExpectation. getDefaultComparatorService()Default comparator serviceConstructors in org.ikasan.testharness.flow.expectation.service with parameters of type ComparatorService Constructor Description AbstractListExpectation(ComparatorService comparatorService)Constructor allowing an alternate comparator service.OrderedExpectation(ComparatorService comparatorService)Contructor allowing an alternate comparator service.UnorderedExpectation(ComparatorService comparatorService)Constructor allowing an alternate comparator service.
-