Exemplo n.º 1
0
 public void EatFruitsTestPlayerNULL()
 {
     _playersManager.EatFruits(null, new List<Figure>());
 }