org.axonframework.test
Class Fixtures

java.lang.Object
  extended by 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

Method Summary
static FixtureConfiguration newGivenWhenThenFixture()
          Returns a new given-when-then style test fixture in configuration mode.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

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.