Пример #1
0
 public void ShuffledDeckTest()
 {
     Assert.AreNotEqual(sortedDeckExample, CardLogic.ShuffleDeck(shuffledDeckExample));
 }