示例#1
0
        public async Task ThreadCollectionTest()
        {
            var collection = new ThreadCollection(Community.MSDN, "wpdevelop");

            var threads = await collection.NavigateToPageAsync(1);

            Assert.AreEqual(20, threads.Count());
        }