Package com.cxy.redisclient.service

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


    assertTrue(favorite.getFavorite().equals("local 2.6.12:db0:key:"));
  }

  public void testListAll() throws IOException {
    FavoriteService service = new FavoriteService();
    List<Favorite> favorites = service.listAll();
    favorites.size();
  }

}
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.