public interface FlowExpectation
| Modifier and Type | Method and Description |
|---|---|
void |
allSatisfied(List<Capture<?>> captures)
Have all expectations been satisfied
|
<T> void |
expectation(T expectation)
Set an expectation.
|
<T> void |
expectation(T expectation,
ExpectationComparator<?,?> expectationComparator)
Set an expectation with a specific comparator to measure the expecation.
|
<T> void |
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.
|
<T> void |
expectation(T expectation,
String description)
Set an expectation and provide a description for this expecation test
which can help identify this expectation at runtime.
|
<T> void |
ignore(T expectation)
ignore an expectation
|
<T> void |
ignore(T expectation,
String description)
ignore an expectation and provide a description which can help
identify this expectation at runtime.
|
<T> void expectation(T expectation,
ExpectationComparator<?,?> expectationComparator)
T - expectation - expectationComparator - <T> void expectation(T expectation,
ExpectationComparator<?,?> expectationComparator,
String description)
T - expectation - expectationComparator - description - <T> void expectation(T expectation)
T - expectation - <T> void expectation(T expectation,
String description)
T - expectation - description - <T> void ignore(T expectation)
T - expectation - <T> void ignore(T expectation,
String description)
T - expectation - description - void allSatisfied(List<Capture<?>> captures)
captures - Ordered list of captured FlowElement invocationsAssertionError - if all expected invocations not satisfiedCopyright © 2007-2020 Ikasan. All Rights Reserved.