Package com.dongxuexidu.douban4j.service.DoubanShuoService

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


  public void testGetRelationship() throws Exception {
    System.out.println("getRelationship");
    String sourceId = "";
    String targetId = "";
    DoubanShuoService instance = new DoubanShuoService();
    DoubanShuoRelation expResult = null;
    DoubanShuoRelation result = instance.getRelationship(sourceId, targetId, DefaultConfigs.API_KEY);
    assertEquals(expResult, result);
    // TODO review the generated test code and remove the default call to fail.
    fail("The test case is a prototype.");
  }
View Full Code Here

TOP

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

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.