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

Because_of() protected method

protected Because_of ( ) : void
return void
        protected override void Because_of()
        {
            _destination = Mapper.Map<PersonDto>(new Person { PrefixNamePostfix = "John" });
        }
When_constructor_matches_with_prefix_and_postfix