C# Class CQRS.Tests.CQRS.EventSourcing.Sql.MigratedSqlServerEventStoreSessionTests

Inheritance: NoSqlTest
ファイルを表示 Open project: mlidbom/Composable.Monolithic

Protected Methods

Method Description
CreateStore ( bool withMigrations = true ) : IEventStore
OpenSession ( IEventStore store ) : IEventStoreSession

Private Methods

Method Description
After_migrated_should_get_ordinal_events ( ) : void
Setup ( ) : void
TearDownTask ( ) : void

Method Details

CreateStore() protected method

protected CreateStore ( bool withMigrations = true ) : IEventStore
withMigrations bool
return IEventStore

OpenSession() protected method

protected OpenSession ( IEventStore store ) : IEventStoreSession
store IEventStore
return IEventStoreSession