Interface | Description |
---|---|
FixtureConfiguration<T> |
Interface describing the operations available on a test fixture in the configuration stage.
|
ResultValidator<T> |
Interface describing the operations available on the "validate result" (a.k.a.
|
TestExecutor<T> |
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<T> |
Implementation of the ResultValidator.
|
StubAggregateLifecycle |
Stub implementation of an AggregateLifecycle that registers all applied events for verification later.
|
StubAggregateLifecycleExtension |
Implementation of
StubAggregateLifecycle that can be used as an RegisterExtension
annotated method or field in a test class. |
StubAggregateLifecycleRule | Deprecated
in favor of
StubAggregateLifecycleExtension to be used in
combination with Junit 5 |
Copyright © 2010–2022. All rights reserved.