Example #1
0
 public void PlayerNameEmpty()
 {
     gameEntity.SetPlayerName("");
     Assert.True(gameEntity.GetPlayerName() == "");
 }