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

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