Ejemplo n.º 1
0
 public StubIServerSource IsAuthenticated_Get(IsAuthenticated_Get_Delegate del)
 {
     _stubs[nameof(IsAuthenticated_Get_Delegate)] = del;
     return this;
 }
Ejemplo n.º 2
0
 public StubIServerContext IsAuthenticated_Get(IsAuthenticated_Get_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return this;
 }