| Package | Description |
|---|---|
| org.ikasan.testharness.flow.comparator.model | |
| org.ikasan.testharness.flow.comparator.service | |
| org.ikasan.testharness.flow.expectation.service |
| Modifier and Type | Class and Description |
|---|---|
class |
FlowElementComparator
Compares expected flow event against captured flow event.
|
class |
IgnoreComparator
Ignore comparator.
|
| Modifier and Type | Method and Description |
|---|---|
ExpectationComparator<?,?> |
ComparatorServiceImpl.getComparator(Class<?> cls)
Utility method for finding the comparator for an expectation class.
|
ExpectationComparator<?,?> |
ComparatorService.getComparator(K comparatorKey)
Retrieve a comparator for this specific expectation.
|
| Modifier and Type | Method and Description |
|---|---|
protected ExpectationComparator<?,?> |
AbstractListExpectation.DefaultExpectation.getExpectationComparator()
Getter for expectation comparator
|
| Modifier and Type | Method and Description |
|---|---|
<T> void |
AbstractListExpectation.expectation(T expectation,
ExpectationComparator<?,?> expectationComparator)
Add an Expectation and specific user defined comparator to the ordered expectations
|
<T> void |
FlowExpectation.expectation(T expectation,
ExpectationComparator<?,?> expectationComparator)
Set an expectation with a specific comparator to measure the expecation.
|
<T> void |
AbstractListExpectation.expectation(T expectation,
ExpectationComparator<?,?> expectationComparator,
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> void |
FlowExpectation.expectation(T expectation,
ExpectationComparator<?,?> expectationComparator,
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.
|
| Constructor and Description |
|---|
DefaultExpectation(T expectation,
ExpectationComparator<?,?> expectationComparator)
Constructor
|
Copyright © 2007-2020 Ikasan. All Rights Reserved.