@Before
public void setUp() throws Exception {
commandBus = new RecordingCommandBus();
eventBus = new SimpleEventBus();
eventScheduler = new StubEventScheduler();
sagaRepository = new InMemorySagaRepository();
testSubject = new FixtureExecutionResultImpl(sagaRepository, eventScheduler, eventBus,
commandBus, StubSaga.class);
testSubject.startRecording();
identifier = UUID.randomUUID().toString();