Example #1
0
 public void GetPrincessDrinkCardsTest()
 {
     TwoServerWindow target = new TwoServerWindow(); // TODO: Initialize to an appropriate value
     List<Card> expected = null; // TODO: Initialize to an appropriate value
     List<Card> actual;
     actual = target.GetPrincessDrinkCards();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }