assertEquals( new URL( "http://test.com" ).toString(), video.getURL().toString() );
}
@Test
public void testGetVideoAdapter() {
WidgetLifeCycleAdapter adapter = video.getAdapter( WidgetLifeCycleAdapter.class );
assertTrue( adapter instanceof VideoLifeCycleAdapter );
}