C# Класс CQRS.Tests.CQRS.EventSourcing.EventStoreTests

Показать файл Открыть проект

Защищенные методы

Метод Описание
CreateEventStore ( ) : IEventStore
CreateEventStore2 ( ) : IEventStore

Приватные методы

Метод Описание
DeleteEventsDeletesTheEventsForOnlyTheSpecifiedAggregate ( ) : void
GetListOfAggregateIds ( ) : void
GetListOfAggregateIdsUsingBaseEventType ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFetchingALargeNumberOfEvents_EnsureBatchingDoesNotBreakThings ( ) : void
StreamEventsSinceReturnsWholeEventLogWhenFromEventIdIsNull ( ) : void

Описание методов

CreateEventStore() защищенный абстрактный Метод

protected abstract CreateEventStore ( ) : IEventStore
Результат IEventStore

CreateEventStore2() защищенный абстрактный Метод

protected abstract CreateEventStore2 ( ) : IEventStore
Результат IEventStore