Then - The fluent assertions typeTestResult - The test result that the Then operates on@FunctionalInterface public interface ThenAssertion<Then,TestResult>
Then given a TestResult.
This class should provide assertion methods (ideally in the style of AssertJ).| Modifier and Type | Method and Description |
|---|---|
Then |
then(TestResult testResult) |
Then then(TestResult testResult)
testResult - The result from the system under testTestResultCopyright © 2016. All rights reserved.