AutoMapper.UnitTests.Constructors.When_mapping_to_an_object_using_service_location.Because_of C# (CSharp) Méthode

Because_of() protected méthode

protected Because_of ( ) : void
Résultat void
        protected override void Because_of()
        {
            _dest = Mapper.Map<Source, Dest>(new Source { Foo = 5 });
        }
When_mapping_to_an_object_using_service_location