Пример #1
0
 public FluentExpectation <T> ThenReturns(params T[] value)
 {
     expectation.ThenReturn(value);
     return(this);
 }