| Class and Description |
|---|
| FluentBdd
Use this as a JUnit
Rule alongside WithFluentBdd. |
| FluentBddCommands
These are the BDD methods that are used to write tests.
|
| Given
When the
Given.prime() method is invoked, any setup necessary for this
to affect the system under test should be performed immediately. |
| ThenAssertion
Implementations should produce a
Then given a TestResult. |
| ThenVerification
When the
ThenVerification.verify(Object) method is invoked, a verification should be made about the TestResult. |
| Verification |
| When
This class represents the system under test.
|
| WhenWithoutResult
This class represents the system under test.
|
Copyright © 2016. All rights reserved.