Esempio n. 1
0
        public async Task FollowsAll()
        {
            var result = await relationships.FollowsAll(524549267);/*microsoft*/

            Assert.IsTrue(result.Count > 50);
        }
Esempio n. 2
0
        public async Task FollowsAll()
        {
            var result = await relationships.FollowsAll();

            Assert.IsTrue(result.Count > 0);
        }
Esempio n. 3
0
        public async Task FollowsAll()
        {
            var result = await relationships.FollowsAll(457273003);/*ffujiy*/

            Assert.IsTrue(result.Count > 50);
        }