Package com.cxy.redisclient.service

Examples of com.cxy.redisclient.service.FavoriteService.listById()


  public void testListById() throws IOException {
    FavoriteService service = new FavoriteService();
    int fid = service.add(1,"key", "local 2.6.12:db0:key:");

    Favorite favorite = service.listById(fid);
    assertTrue(favorite.getFavorite().equals("local 2.6.12:db0:key:"));
  }

  public void testListAll() throws IOException {
    FavoriteService service = new FavoriteService();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. 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.