Exemplo n.º 1
0
        public void test_yelp_business()
        {
            YelpOAuthUtil      result     = new YelpOAuthUtil(_consumerKey, _consumerSecret, _token, _tokenSecret);
            YelpBusinessObject yelpResult = result.BusinessId("yelp-san-francisco");

            Assert.IsNotNull(yelpResult);
        }
Exemplo n.º 2
0
 public void test_yelp_business()
 {
     YelpOAuthUtil result = new YelpOAuthUtil(_consumerKey, _consumerSecret, _token, _tokenSecret);
     YelpBusinessObject yelpResult = result.BusinessId("yelp-san-francisco");
     Assert.IsNotNull(yelpResult);
 }