864865866867868869870871
* @throws MovieDbException */ @Test public void testGetKeyword() throws Exception { LOG.info("getKeyword"); Keyword result = tmdb.getKeyword(ID_KEYWORD); assertEquals("fight", result.getName()); }