R
- the type of result to assert onpublic static interface OpTestCase.ResultAsserter<R>
Modifier and Type | Method and Description |
---|---|
void |
assertResult(R actual,
R expected,
boolean isOrdered,
boolean isParallel)
Assert a result produced when exercising of stream or terminal
test.
|
void assertResult(R actual, R expected, boolean isOrdered, boolean isParallel)
actual
- the actual resultexpected
- the expected resultisOrdered
- true if the pipeline is orderedisParallel
- true if the pipeline is parallel