32333435363738394041
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(); } }