예제 #1
0
 public void UpdateTest_FromUntouchedToUntouched_NothingHappens()
 {
     _updater.NextState(_widget, Interaction.Untouched);
     Assert.That(_widget.CurrentInteraction, Is.EqualTo(Interaction.Untouched));
 }