C# Class CQRS.Tests.CQRS.EventSourcing.EventStoreTests

Mostrar archivo Open project: mlidbom/Composable.Monolithic

Protected Methods

Method Description
CreateEventStore ( ) : IEventStore
CreateEventStore2 ( ) : IEventStore

Private Methods

Method Description
DeleteEventsDeletesTheEventsForOnlyTheSpecifiedAggregate ( ) : void
GetListOfAggregateIds ( ) : void
GetListOfAggregateIdsUsingBaseEventType ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFetchingALargeNumberOfEvents_EnsureBatchingDoesNotBreakThings ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFromEventIdIsNull ( ) : void

Method Details

CreateEventStore() protected abstract method

protected abstract CreateEventStore ( ) : IEventStore
return IEventStore

CreateEventStore2() protected abstract method

protected abstract CreateEventStore2 ( ) : IEventStore
return IEventStore