public void CurrentTrends() { var result = TwitterTrend.Trends(1); Assert.IsNotNull(result.ResponseObject, result.ErrorMessage); }
public static void CurrentTrends() { TwitterTrendCollection trends = TwitterTrend.Trends(1).ResponseObject; Assert.IsNotNull(trends); }