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

Inheritance: NoSqlTest
Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes protégées

Méthode Description
CreateStore ( bool withMigrations = true ) : IEventStore
OpenSession ( IEventStore store ) : IEventStoreSession

Private Methods

Méthode Description
After_migrated_should_get_ordinal_events ( ) : void
Setup ( ) : void
TearDownTask ( ) : void

Method Details

CreateStore() protected méthode

protected CreateStore ( bool withMigrations = true ) : IEventStore
withMigrations bool
Résultat IEventStore

OpenSession() protected méthode

protected OpenSession ( IEventStore store ) : IEventStoreSession
store IEventStore
Résultat IEventStoreSession