CQRS.Tests.CQRS.EventSourcing.EventRefactoring.Migrations.EventStreamMutatorTests.Replacing_E1_with_E2_at_end_of_stream C# (CSharp) Méthode

Replacing_E1_with_E2_at_end_of_stream() private méthode

private Replacing_E1_with_E2_at_end_of_stream ( ) : void
Résultat void
        public void Replacing_E1_with_E2_at_end_of_stream()
        {
            RunMigrationTest(new MigrationScenario(
            Seq.OfTypes<Ec1, E1>(),
            Seq.OfTypes<Ec1, E2>(),
            Replace<E1>.With<E2>()));
        }