| Modifier and Type | Method and Description |
|---|---|
default <T extends When<TestResult>> |
WithFluentBdd.when(T when) |
<T extends When<TestResult>> |
FluentBddCommands.when(T when)
Invoke the system under test and store the
TestResult ready for the assertions. |
<T extends When<TestResult>> |
FluentBdd.when(T when) |
| Modifier and Type | Method and Description |
|---|---|
default void |
FluentBddCommands.and(When<TestResult> when)
Same as
FluentBddCommands.given(When). |
default void |
FluentBddCommands.given(When<TestResult> when)
Adapt the 'when' to a 'given'.
|
TestResult |
Verification.recordWhen(When<TestResult> when) |
Copyright © 2016. All rights reserved.