AutoMapper.UnitTests.Constructors.When_constructor_matches_with_destination_prefix_and_postfix.Because_of C# (CSharp) Метод

Because_of() защищенный Метод

protected Because_of ( ) : void
Результат void
        protected override void Because_of()
        {
            _destination = Mapper.Map<PersonDto>(new Person { Name = "John" });
        }
When_constructor_matches_with_destination_prefix_and_postfix