Exemplo n.º 1
0
  /**
   * Test of getTVAiringToday method, of class TmdbTV.
   *
   * @throws com.omertron.themoviedbapi.MovieDbException
   */
  @Test
  public void testGetTVAiringToday() throws MovieDbException {
    LOG.info("getTVAiringToday");
    Integer page = null;
    String language = LANGUAGE_DEFAULT;
    String timezone = "";

    ResultList<TVInfo> result = instance.getTVAiringToday(page, language, timezone);
    TestSuite.test(result, "TV Airing");
  }