@Test public void testGetClusterPhotos() throws FlickrException { TagsInterface iface = flickr.getTagsInterface(); PhotoList<Photo> photos = iface.getClusterPhotos("ducati", "999-1098-848"); assertEquals(23, photos.getTotal()); }