Пример #1
0
 public void TearDown()
 {
     this.mockLogger           = null;
     this.sendPushController   = null;
     this.sendPushControllerEx = null;
 }
Пример #2
0
 public void SetUp()
 {
     this.mockLogger           = new Mock <ILogger <SendPushController> >().Object;
     this.sendPushController   = new SendPushController(new NotificationHubClientServiceStub(true), this.mockLogger);
     this.sendPushControllerEx = new SendPushController(new NotificationHubClientServiceStub(false), this.mockLogger);
 }