コード例 #1
0
 @Test
 public void testGetGroup() throws FlickrException {
   UrlsInterface iface = flickr.getUrlsInterface();
   String url = iface.getGroup(testProperties.getGroupId());
   assertEquals("https://www.flickr.com/groups/central/", url);
 }