public void FuncFourArg_GetWrappedType_NonGeneric(FuncFourArgWrapperStrategy strategy) { Assert.Equal(null, strategy.GetWrappedType(typeof(BasicService))); }
public void FuncFourArg_GetWrappedType(FuncFourArgWrapperStrategy strategy) { Assert.Equal(typeof(IBasicService), strategy.GetWrappedType(typeof(Func <int, int, int, int, IBasicService>))); }