AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_using_contextual_service_location.Should_map_with_the_custom_constructor C# (CSharp) Метод

Should_map_with_the_custom_constructor() приватный Метод

private Should_map_with_the_custom_constructor ( ) : void
Результат void
        public void Should_map_with_the_custom_constructor()
        {
            _dest.Foo.ShouldEqual(11);
        }
    }
When_mapping_to_an_object_using_contextual_service_location