示例#1
0
 public void PlayerPickupCardQuietTest()
 {
     TwoServerWindow target = new TwoServerWindow(); // TODO: Initialize to an appropriate value
     int noOfCards = 0; // TODO: Initialize to an appropriate value
     Player p = null; // TODO: Initialize to an appropriate value
     target.PlayerPickupCardQuiet(noOfCards, p);
     Assert.Inconclusive("A method that does not return a value cannot be verified.");
 }