Exemple #1
0
 public void AssertCanMap_NonGeneric_CallsMapper()
 {
     _collection.RequireOneWayMap(typeof(int), typeof(string));
     _mapper.Verify(m => m.RequireOneWayMap(typeof(int), typeof(string), typeof(ClassWithSeveralPropertiesSrcNullable), typeof(ClassWithSeveralPropertiesDest)));
 }