예제 #1
0
 public void DelegateFiveArg_GetWrappedType_Returns_Null(DelegateFiveArgWrapperStrategy strategy)
 {
     Assert.Equal(null, strategy.GetWrappedType(typeof(IBasicService)));
 }
예제 #2
0
 public void DelegateFiveArg_GetWrappedType(DelegateFiveArgWrapperStrategy strategy)
 {
     Assert.Equal(typeof(IBasicService), strategy.GetWrappedType(typeof(Func <int, int, int, int, int, IBasicService>)));
 }