Пример #1
0
  /**
   * Test of getTVTopRated method, of class TmdbTV.
   *
   * @throws com.omertron.themoviedbapi.MovieDbException
   */
  @Test
  public void testGetTVTopRated() throws MovieDbException {
    LOG.info("getTVTopRated");
    Integer page = null;
    String language = LANGUAGE_DEFAULT;

    ResultList<TVInfo> result = instance.getTVTopRated(page, language);
    TestSuite.test(result, "TV Top");
  }