Example #1
0
        public UserProfileControllerTests()
        {
            AutoMapperUtil.ConfigureOnce();

            var config = new AutoMapper.MapperConfiguration(cfg => {
                cfg.CreateMap <UserProfile, UserProfile>();
            });

            mapper = config.CreateMapper();
        }
Example #2
0
 public UserProfileTests()
 {
     AutoMapperUtil.ConfigureOnce();
 }
Example #3
0
 public AdminControllerTests()
 {
     AutoMapperUtil.ConfigureOnce();
 }
Example #4
0
 public GroupTests()
 {
     AutoMapperUtil.ConfigureOnce();
 }
Example #5
0
 public StoryTests()
 {
     AutoMapperUtil.ConfigureOnce();
 }