CQRS.Tests.CQRS.EventSourcing.EventRefactoring.Migrations.EventStreamMutatorTests.Replacing_E1_with_E2_E3_at_end_of_stream C# (CSharp) 메소드

Replacing_E1_with_E2_E3_at_end_of_stream() 개인적인 메소드

private Replacing_E1_with_E2_E3_at_end_of_stream ( ) : void
리턴 void
        public void Replacing_E1_with_E2_E3_at_end_of_stream()
        {
            RunMigrationTest(new MigrationScenario(
            Seq.OfTypes<Ec1, E1>(),
            Seq.OfTypes<Ec1, E2, E3>(),
            Replace<E1>.With<E2, E3>()));
        }