예제 #1
0
파일: CheckCards.cs 프로젝트: Raphiiee/MTCG
 public void PlayerWithNoCards()
 {
     Assert.AreEqual(false, _battle.LoadUserDecks("test", "test_with_no_cards"));
 }