Exemplo n.º 1
0
        public void test_yelp_business_Json()
        {
            YelpOAuthUtil result   = new YelpOAuthUtil(_consumerKey, _consumerSecret, _token, _tokenSecret);
            var           yelpJson = result.BusinessIdJson("yelp-san-francisco");

            Assert.IsTrue(!string.IsNullOrEmpty(yelpJson));
        }
Exemplo n.º 2
0
 public void test_yelp_business_Json()
 {
     YelpOAuthUtil result = new YelpOAuthUtil(_consumerKey, _consumerSecret, _token, _tokenSecret);
     var yelpJson = result.BusinessIdJson("yelp-san-francisco");
     Assert.IsTrue(!string.IsNullOrEmpty(yelpJson));
 }