Package com.dragontek.mygpoclient.feeds

Examples of com.dragontek.mygpoclient.feeds.FeedServiceResponse


    greader_client = new GoogleReaderAPI();
  }
 
  @Test
  public void testFeedServiceClient() throws Exception {
    FeedServiceResponse response = feed_client.parseFeeds(feed_urls, 0L, true);
    assertEquals(feed_urls.length, response.size());
    testFeed(new ArrayList<IFeed>( response ));
  }
View Full Code Here

TOP

Related Classes of com.dragontek.mygpoclient.feeds.FeedServiceResponse

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.