Package com.dongxuexidu.douban4j.service.DoubanShuoService

Examples of com.dongxuexidu.douban4j.service.DoubanShuoService.DoubanShuoCategory


  public void testGetStatusesForLoggedInUser_5args() throws Exception {
    System.out.println("getStatusesForLoggedInUser");
    Long sinceId = 998808639L;
    Long untilId = 998894357L;
    Integer count = 10;
    DoubanShuoCategory category = null;
    DoubanShuoService instance = new DoubanShuoService();
    DoubanShuoStatusObj[] result = instance.getHomeTimelineForLoggedInUser(accessToken, sinceId, untilId, count, category);
    System.out.println("length : " + result.length);
    assertEquals(result.length, 10);
  }
View Full Code Here

TOP

Related Classes of com.dongxuexidu.douban4j.service.DoubanShuoService.DoubanShuoCategory

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.