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