Uses of Interface
org.axonframework.test.FixtureConfiguration

Uses of FixtureConfiguration in org.axonframework.test
 

Methods in org.axonframework.test that return FixtureConfiguration
static FixtureConfiguration Fixtures.newGivenWhenThenFixture()
          Returns a new given-when-then style test fixture in configuration mode.
 FixtureConfiguration FixtureConfiguration.registerAnnotatedCommandHandler(Object annotatedCommandHandler)
          Registers an annotatedCommandHandler with this fixture.
 FixtureConfiguration FixtureConfiguration.registerCommandHandler(Class<?> commandType, CommandHandler commandHandler)
          Registers a commandHandler to handle commands of the given commandType with the command bus used by this fixture.
 FixtureConfiguration FixtureConfiguration.registerRepository(EventSourcingRepository<?> repository)
          Registers an arbitrary event sourcing repository with the fixture.
 



Copyright © 2010. All Rights Reserved.