Пример #1
0
  /**
   * Test of getTVTranslations method, of class TmdbTV.
   *
   * @throws com.omertron.themoviedbapi.MovieDbException
   */
  @Test
  public void testGetTVTranslations() throws MovieDbException {
    LOG.info("getTVTranslations");

    for (TestID test : TV_IDS) {
      ResultList<Translation> result = instance.getTVTranslations(test.getTmdb());
      TestSuite.test(result, "TV Translations");
    }
  }