コード例 #1
0
 public void SetNotifyEmail_EmailNotificationChangedToFalse()
 {
     _uut.SetUserPreference();
     _uut.SetNotifyEmail(false);
     Assert.That(_uut.GetEmailNotification(), Is.False);
 }