Beispiel #1
0
 public void Perform_TouchesEndPoint()
 {
     Assert.That(_endPoint.HasBeenTouched, Is.False);
     _command.Perform();
     Assert.That(_endPoint.HasBeenTouched, Is.True);
 }