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

Inheritance: EventStoreSessionTests
ファイルを表示 Open project: mlidbom/Composable.Monolithic Class Usage Examples

Protected Methods

Method Description
CreateStore ( ) : IEventStore

Private Methods

Method 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 method

protected CreateStore ( ) : IEventStore
return IEventStore