public interface FlowExpectation
| Modifier and Type | Method and Description |
|---|---|
void |
allSatisfied()
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.
|
void |
isSatisfied(Capture<?> actual)
does an expectation satisfy the captured actual behaiour
|
<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 isSatisfied(Capture<?> actual)
void allSatisfied()
Copyright © 2007-2017 Ikasan. All Rights Reserved.