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

Inheritance: EventStoreSessionTests
Afficher le fichier Open project: mlidbom/Composable.Monolithic Class Usage Examples

Méthodes protégées

Méthode Description
CreateStore ( ) : IEventStore

Private Methods

Méthode Description
InsertNewEventType_should_not_throw_exception_if_the_event_type_has_been_inserted_by_something_else ( ) : void
Serializes_access_to_an_aggregate_so_that_concurrent_transactions_succeed ( ) : void
Serializes_access_to_an_aggregate_so_that_concurrent_transactions_succeed_even_if_history_has_been_read_outside_of_modifying_transactions ( ) : void
Setup ( ) : void
TearDownTask ( ) : void

Method Details

CreateStore() protected méthode

protected CreateStore ( ) : IEventStore
Résultat IEventStore