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

Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes protégées

Méthode Description
CreateEventStore ( ) : IEventStore
CreateEventStore2 ( ) : IEventStore

Private Methods

Méthode Description
DeleteEventsDeletesTheEventsForOnlyTheSpecifiedAggregate ( ) : void
GetListOfAggregateIds ( ) : void
GetListOfAggregateIdsUsingBaseEventType ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFetchingALargeNumberOfEvents_EnsureBatchingDoesNotBreakThings ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFromEventIdIsNull ( ) : void

Method Details

CreateEventStore() protected abstract méthode

protected abstract CreateEventStore ( ) : IEventStore
Résultat IEventStore

CreateEventStore2() protected abstract méthode

protected abstract CreateEventStore2 ( ) : IEventStore
Résultat IEventStore