| Interface | Description |
|---|---|
| Deferred4<T> | |
| FixtureProvider | |
| Labeled |
| Class | Description |
|---|---|
| Contextful | |
| ContextfulIterator | |
| EnvironmentProvider | |
| FixtureBasedTestSuite |
TODO: experiment with ParallelTestRunner that uses a thread pool to run tests in parallel
TODO: FixtureProviders must accept the index of a specific fixture to run with (to make it easy to reproduce a failure)
|
| FixtureContext |
Set of live
FixtureVariable/value pairs. |
| FixtureTestSuiteDescription | |
| FixtureVariable<T> | |
| LabeledObject<T> | |
| MultiValueFixtureProvider | |
| SimpleFixtureProvider<T> | |
| SubjectFixtureProvider | |
| TestWithFixture |