CQRS.Tests.CQRS.EventSourcing.EventRefactoring.When_renaming_events.With_renaming_attribute.By_path_and_name.Event_name_with_name_and_path_replaced_maps_to_event_type C# (CSharp) Метод

Event_name_with_name_and_path_replaced_maps_to_event_type() приватный Метод

private Event_name_with_name_and_path_replaced_maps_to_event_type ( ) : void
Результат void
        public void Event_name_with_name_and_path_replaced_maps_to_event_type()
        {
            _nameMapper.GetType(Event1.OldFullName).Should().Be(typeof(Event1));
            _nameMapper.GetType(Event2.OldFullName).Should().Be(typeof(Event2));
        }