示例#1
0
 internal static void Issue099_FluentPassthroughWithExtensionMethod([Stub] ITester sample, object item, int result)
 {
     sample.ExtendedCall(item).SetupReturn(result);
     sample.ExtendedCall(item).Assert().Is(result);
 }