Exemplo n.º 1
0
 public void IsFull()
 {
     var track = new Track(null, 1);
     track.AddBall(1);
     Assert.IsTrue(track.IsFull());
 }