Exemplo n.º 1
0
        public void TestMounts()
        {
            var client = new WowClient(TestConstants.TestRegion, Properties.Settings.Default.PublicKey, TestConstants.TestLocale);
            var mounts = client.GetMountsAsync().Result;

            Assert.IsNotNull(mounts);
            Assert.IsNotNull(mounts.Mounts);
            Assert.IsTrue(mounts.Mounts.Count > 0);
        }