Class CommandHandlingTestFixture.Given<C extends Command>

java.lang.Object
com.opencqrs.framework.command.CommandHandlingTestFixture.Given<C>
Type Parameters:
C - the command type
Enclosing class:
CommandHandlingTestFixture<I,C extends Command,R>

public class CommandHandlingTestFixture.Given<C extends Command> extends Object
Fluent API helper class encapsulating the current state stubbing prior to executing the CommandHandler under test.