Beispiel #1
0
 public MockTarget Returns(object ret)
 {
     mockDelegateTarget.SetReturns(methodCallExpression, ret);
     return(this);
 }