| Modifier and Type | Interface and Description |
|---|---|
interface |
WithFluentBdd<TestResult>
You must implement the
WithFluentBdd.fluentBdd() method by providing a reference to a FluentBdd that is
a field of your test, annotated with a JUnit Rule. |
| Modifier and Type | Class and Description |
|---|---|
class |
FluentBdd<TestResult>
Use this as a JUnit
Rule alongside WithFluentBdd. |
Copyright © 2016. All rights reserved.