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

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

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