Пример #1
0
 public void DownloadLadderContentTest()
 {
     BattleNetProfile target;
     target = new BattleNetProfile( @"http://eu.battle.net/sc2/ru/profile/267901/1/Zakk/" );
     Assert.IsTrue( target.DownloadLadderContent() );
     Assert.AreNotEqual( "", target.LadderContent );
 }