org.axonframework.test
Class Fixtures
java.lang.Object
org.axonframework.test.Fixtures
public abstract class Fixtures
- extends Object
Utility class providing access to fixture instances in the Axon Test module.
- Since:
- 0.6
- Author:
- Allard Buijze
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
newGivenWhenThenFixture
public static FixtureConfiguration newGivenWhenThenFixture()
- Returns a new given-when-then style test fixture in configuration mode. See
FixtureConfiguration for more detailed usage information.
- Returns:
- a new given-when-then style test fixture in configuration mode
Copyright © 2010. All Rights Reserved.