AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_with_a_constructor_with_a_matching_argument.Should_map_the_existing_properties C# (CSharp) Method

Should_map_the_existing_properties() private method

private Should_map_the_existing_properties ( ) : void
return void
        public void Should_map_the_existing_properties()
        {
            _dest.Bar.ShouldEqual(10);
        }
    }
When_mapping_to_an_object_with_a_constructor_with_a_matching_argument