Esempio n. 1
0
 public void SetNotifySms_SmsNotificationChangedToFalse()
 {
     _uut.SetUserPreference();
     _uut.SetNotifySms(false);
     Assert.That(_uut.GetSmsNotification, Is.False);
 }