@FunctionalInterface public interface Given
prime() method is invoked, any setup necessary for this
to affect the system under test should be performed immediately.
For example, this could mean priming a HTTP stub with a canned response.
This class should act as a builder for use in FluentBddCommands.| Modifier and Type | Method and Description |
|---|---|
void |
prime()
Prime the given immediately, which will make a change that is visible to
the system under test (that is implemented in the
When. |
void prime()
When.Copyright © 2016. All rights reserved.