public abstract class Fixtures extends Object
Modifier and Type | Method and Description |
---|---|
static <T extends EventSourcedAggregateRoot> |
newGivenWhenThenFixture(Class<T> aggregateType)
Returns a new given-when-then style test fixture in configuration mode.
|
public static <T extends EventSourcedAggregateRoot> FixtureConfiguration<T> newGivenWhenThenFixture(Class<T> aggregateType)
FixtureConfiguration
for more detailed usage information.T
- The type of aggregate tested in the fixtureaggregateType
- The aggregate under testCopyright © 2010-2014. All Rights Reserved.