Ejemplo n.º 1
0
 public void StrobeOff_should_stop_timer()
 {
     _led.StrobeOff();
     _timer.IsDisposed.ShouldEqual(true);
 }