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

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

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