| Interface | Description |
|---|---|
| FixtureConfiguration<T> |
Interface describing the operations available on a test fixture in the configuration stage.
|
| ResultValidator |
Interface describing the operations available on the "validate result" (a.k.a.
|
| TestExecutor |
Interface describing the operations available on a test fixture in the execution stage.
|
| Class | Description |
|---|---|
| AggregateTestFixture<T> |
A test fixture that allows the execution of given-when-then style test cases.
|
| Reporter |
The reporter generates extensive human readable reports of what the expected outcome of a test was, and what the
actual results were.
|
| ResultValidatorImpl |
Implementation of the ResultValidator.
|
Copyright © 2010–2017. All rights reserved.