Ejemplo n.º 1
0
 public void ReturnCenterAsFirstLocation()
 {
     spiral.GetNextLocation().Should().Be(new PointF(0, 0));
 }