CQRS.Tests.CQRS.EventSourcing.EventRefactoring.When_renaming_events.With_renaming_attribute.By_fullName.Event_type_maps_to_event_attribute_configured_FullName C# (CSharp) Method

Event_type_maps_to_event_attribute_configured_FullName() private method

        public void Event_type_maps_to_event_attribute_configured_FullName()
        {
            _nameMapper.GetName(typeof(Event1)).Should().Be(Event1.OldName);
            _nameMapper.GetName(typeof(Event2)).Should().Be(Event2.OldName);
        }