Example #1
0
 public void SortAShuffledDeckTest()
 {
     Assert.AreEqual(sortedDeckExample, CardLogic.SortDeck(shuffledDeckExample));
 }