Exemplo n.º 1
0
 public void AddPlayerTest()
 {
     Tournament target = new Tournament(); // TODO: Initialize to an appropriate value
     Player player = null; // TODO: Initialize to an appropriate value
     target.AddPlayer(player);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }