public void GetMapper_NoFoundMapperException()
 {
     Assert.Throws <NoFoundMapperException>(() =>
     {
         MapperConfigurationTestContainer expected = new MapperConfigurationTestContainer();
         expected.GetMapperTest(typeof(string), typeof(string), true);
     });
 }
 public void GetMapper_NoFoundMapperException()
 {
     MapperConfigurationTestContainer expected = new MapperConfigurationTestContainer();
     expected.GetMapperTest(typeof(string), typeof(string), true);
 }