Exemple #1
0
 public StubIEntity Id_Get(Id_Get_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return(this);
 }
 public StubITemperatureSetting Id_Get(Id_Get_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return this;
 }
 public StubIApplicationLogEntry Id_Get(Id_Get_Delegate del, int count = Times.Forever, bool overwrite = false)
 {
     _stubs.SetMethodStub(del, count, overwrite);
     return this;
 }
 public StubITemperatureEntry Id_Get(Id_Get_Delegate del)
 {
     _stubs[nameof(Id_Get_Delegate)] = del;
     return this;
 }