0
我使用墊片如下值:使用墊片:並非所有的代碼路徑返回
ShimTwilioRestClient.AllInstances.SendSmsMessageStringStringString =
(@this, num, to, msg) =>
{
Assert.IsNotNull(msg);
};
但第一行給了我這個錯誤:
Not all code paths return a value in lambda expression of type
Fakes.FakesDelegates.Func<TwilioReselientClient, String, String, String, SMSMessage>
問題是我做錯了什麼?爲什麼我有這個錯誤 – 2013-02-22 12:51:17