AutoMapper.UnitTests.Constructors.When_constructor_matches_but_the_destination_is_passed.Because_of C# (CSharp) Method

Because_of() protected method

protected Because_of ( ) : void
return void
        protected override void Because_of()
        {
            Mapper.Map(new Source(), _destination);
        }
When_constructor_matches_but_the_destination_is_passed