Esempio n. 1
0
 public void testGetDescription()
 {
     Card test = new Card(0, 0, 0, 0, 0, 0, 0, "Card Name", "This is the card description", 0, "Null");
     Assert.AreEqual("This is the card description", test.getDescription());
 }