AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_with_multiple_constructors_and_constructor_mapping_is_disabled.Should_map_the_existing_properties C# (CSharp) Méthode

Should_map_the_existing_properties() private méthode

private Should_map_the_existing_properties ( ) : void
Résultat void
        public void Should_map_the_existing_properties()
        {
            _dest.Foo.ShouldEqual(5);
            _dest.Bar.ShouldEqual(10);
        }
    }
When_mapping_to_an_object_with_multiple_constructors_and_constructor_mapping_is_disabled