{ "url":"", "width":0, "height":0 }
717273747576777879
} System.out.println(" ========= videos ======== "); List<Video> videos = artist.getVideos(); for (int i = 0; i < videos.size(); i++) { Video video = videos.get(i); video.dump(); } }
7980818283848586
@Test public void testGetMedia() throws Exception { /* * Test that no Exception is thrown for a valid media id */ VideoMedia media = (VideoMedia)getNewSession().getMedia(Constants.VALID_MEDIA_ID); return; }