AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_using_contextual_service_location.Should_map_with_the_custom_constructor C# (CSharp) Méthode

Should_map_with_the_custom_constructor() private méthode

private Should_map_with_the_custom_constructor ( ) : void
Résultat void
        public void Should_map_with_the_custom_constructor()
        {
            _dest.Foo.ShouldEqual(11);
        }
    }
When_mapping_to_an_object_using_contextual_service_location