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

Attribute_configured_FullName_maps_to_event_type() private method

private Attribute_configured_FullName_maps_to_event_type ( ) : void
return void
        public void Attribute_configured_FullName_maps_to_event_type()
        {
            _nameMapper.GetType(Event1.OldName).Should().Be(typeof(Event1));
            _nameMapper.GetType(Event2.OldName).Should().Be(typeof(Event2));
        }