C# Класс CQRS.Tests.CQRS.EventSourcing.EventRefactoring.Migrations.EventStreamMutatorTests

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

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

Метод Описание
ClearEventstoreCache ( WindsorContainer container ) : void
EventStreamMutatorTests ( Type eventStoreType ) : System

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

Метод Описание
Base_class_method_should_detect_incorrect_type_order ( ) : void
Given_Ec1_E1_Ef_Inserting_E3_E4_before_E1_then_E5_before_E4 ( ) : void
Given_Ec1_E1_Inserting_E2_before_E1_then_E3_before_E2 ( ) : void
Given_Ec1_E1_Inserting_E3_E2_before_E1_then_E4_before_E3 ( ) : void
Given_Ec1_E1_before_E1_E2_after_E2_E3_throws_NonIdempotentMigrationDetectedException ( ) : void
Inserting_E2_After_E1_Persisting_and_then_Inserting_E3_after_E1 ( ) : void
Inserting_E2_Before_E1 ( ) : void
Inserting_E2_Before_E1_Persisting_and_then_Inserting_E3_before_E1 ( ) : void
Inserting_E2_after_E1 ( ) : void
Inserting_E2_after_E1_at_end_of_stream ( ) : void
Inserting_E2_before_E1_then_E3_before_E2 ( ) : void
Inserting_E3_E4_before_E1 ( ) : void
Inserting_E3_E4_before_E1_then_E5_before_E3 ( ) : void
Inserting_E3_E4_before_E1_then_E5_before_E3_2 ( ) : void
Inserting_E3_E4_before_E1_then_E5_before_E4_2 ( ) : void
Inserting_E3_E4_before_E1_then_E5_before_E4_then_replace_E4_with_E6 ( ) : void
Inserting_E3_E4_before_E1_then_E5_before_E4_then_replace_E4_with_E6_then_replace_Ef_with_E7_then_insert_E8_after_E7 ( ) : void
Inserting_E3_before_E1 ( ) : void
PersistingMigrationsOfTheSameAggregateMultipleTimes ( ) : void
PersistingMigrationsOfTheSameAggregateMultipleTimesWithEventsAddedInTheMiddleAndAfter ( ) : void
Replacing_E1_with_E2 ( ) : void
Replacing_E1_with_E2_E3 ( ) : void
Replacing_E1_with_E2_E3_2 ( ) : void
Replacing_E1_with_E2_E3_at_end_of_stream ( ) : void
Replacing_E1_with_E2_E3_then_E2_with_E4 ( ) : void
Replacing_E1_with_E2_E3_then_an_unrelated_migration_v2 ( ) : void
Replacing_E1_with_E2_at_end_of_stream ( ) : void
Replacing_E1_with_E2_then_irrelevant_migration ( ) : void
UpdatingAnAggregateAfterPersistingMigrations ( ) : void

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

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

protected ClearEventstoreCache ( WindsorContainer container ) : void
container WindsorContainer
Результат void

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

protected EventStreamMutatorTests ( Type eventStoreType ) : System
eventStoreType System.Type
Результат System