182183184185186187188189190
*/ @Test public void testGetActorDetails() { LOG.info("getActorDetails"); for (String actorId : ACTOR_IDS) { ImdbPerson result = imdbApi.getActorDetails(actorId); assertNotNull("Actor Details is empty for " + actorId, result); } }