TestResult - The test result that the verify(Object) operates on@FunctionalInterface public interface ThenVerification<TestResult>
verify(Object) method is invoked, a verification should be made about the TestResult.
For example, this could mean verifying a HTTP interaction took place.
This class should act as a builder for use in FluentBddCommands.| Modifier and Type | Method and Description |
|---|---|
void |
verify(TestResult testResult)
Verify that the
TestResult matches the criteria that were built up to make this ThenVerification. |
void verify(TestResult testResult)
TestResult matches the criteria that were built up to make this ThenVerification.testResult - The result from the system under testCopyright © 2016. All rights reserved.