示例#1
0
        //[Test]
        public void TestGetGrouponDealInSeattle()
        {
            GrouponClient g      = new GrouponClient();
            var           events = g.GetDataFromDivisionId("seattle");

            Assert.AreNotEqual(0, events.Count(), "there should be more than 0 events in seattle");
        }