C# Класс CQRS.Tests.CQRS.EventSourcing.Sql.MigratedSqlServerEventStoreSessionTests

Наследование: NoSqlTest
Показать файл Открыть проект

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

Метод Описание
CreateStore ( bool withMigrations = true ) : IEventStore
OpenSession ( IEventStore store ) : IEventStoreSession

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

Метод Описание
After_migrated_should_get_ordinal_events ( ) : void
Setup ( ) : void
TearDownTask ( ) : void

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

CreateStore() защищенный Метод

protected CreateStore ( bool withMigrations = true ) : IEventStore
withMigrations bool
Результат IEventStore

OpenSession() защищенный Метод

protected OpenSession ( IEventStore store ) : IEventStoreSession
store IEventStore
Результат IEventStoreSession