public class TheMovieDbApiTest extends Object
| Constructor and Description |
|---|
TheMovieDbApiTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testConfiguration()
Test of getConfiguration method, of class TheMovieDbApi.
|
void |
testCreateImageUrl()
Test of createImageUrl method, of class TheMovieDbApi.
|
void |
testGetAuthorisationToken()
Test of getAuthorisationToken method, of class TheMovieDbApi.
|
void |
testGetCollectionImages()
Test of getCollectionImages method, of class TheMovieDbApi.
|
void |
testGetCollectionInfo()
Test of getCollectionInfo method, of class TheMovieDbApi.
|
void |
testGetCompanyInfo()
Test of getCompanyInfo method, of class TheMovieDbApi.
|
void |
testGetCompanyMovies()
Test of getCompanyMovies method, of class TheMovieDbApi.
|
void |
testGetDiscover_Discover()
Test of getDiscover method, of class TheMovieDbApi.
|
void |
testGetGenreList()
Test of getGenreList method, of class TheMovieDbApi.
|
void |
testGetGenreMovies()
Test of getGenreMovies method, of class TheMovieDbApi.
|
void |
testGetGuestSessionToken()
Test of getGuestSessionToken method, of class TheMovieDbApi.
|
void |
testGetJobs()
Test of getJobs method, of class TheMovieDbApi.
|
void |
testGetKeyword()
Test of getKeyword method, of class TheMovieDbApi.
|
void |
testGetKeywordMovies()
Test of getKeywordMovies method, of class TheMovieDbApi.
|
void |
testGetLatestMovie()
Test of getLatestMovie method, of class TheMovieDbApi.
|
void |
testGetList()
Test of getList method, of class TheMovieDbApi.
|
void |
testGetMovieAlternativeTitles()
Test of getMovieAlternativeTitles method, of class TheMovieDbApi.
|
void |
testGetMovieCasts()
Test of getMovieCasts method, of class TheMovieDbApi.
|
void |
testGetMovieChanges()
Test of getMovieChanges method,of class TheMovieDbApi
TODO: Do not test this until it is fixed
|
void |
testGetMovieChangesList()
Test of getMovieChangesList method, of class TheMovieDbApi.
|
void |
testGetMovieImages()
Test of getMovieImages method, of class TheMovieDbApi.
|
void |
testGetMovieInfo()
Test of getMovieInfo method, of class TheMovieDbApi.
|
void |
testGetMovieInfoImdb()
Test of getMovieInfoImdb method, of class TheMovieDbApi.
|
void |
testGetMovieKeywords()
Test of getMovieKeywords method, of class TheMovieDbApi.
|
void |
testGetMovieLists() |
void |
testGetMovieReleaseInfo()
Test of getMovieReleaseInfo method, of class TheMovieDbApi.
|
void |
testGetMovieTrailers()
Test of getMovieTrailers method, of class TheMovieDbApi.
|
void |
testGetMovieTranslations()
Test of getMovieTranslations method, of class TheMovieDbApi.
|
void |
testGetNowPlayingMovies()
Test of getNowPlayingMovies method, of class TheMovieDbApi.
|
void |
testGetPersonChanges()
Test of getPersonChanges method, of class TheMovieDbApi.
|
void |
testGetPersonChangesList()
Test of getPersonChangesList method, of class TheMovieDbApi.
|
void |
testGetPersonCredits()
Test of getPersonCredits method, of class TheMovieDbApi.
|
void |
testGetPersonImages()
Test of getPersonImages method, of class TheMovieDbApi.
|
void |
testGetPersonInfo()
Test of getPersonInfo method, of class TheMovieDbApi.
|
void |
testGetPersonLatest() |
void |
testGetPersonPopular_int()
Test of getPersonPopular method, of class TheMovieDbApi.
|
void |
testGetPopularMovieList()
Test of getPopularMovieList method, of class TheMovieDbApi.
|
void |
testGetReviews()
Test of getReviews method, of class TheMovieDbApi.
|
void |
testGetSessionToken()
Test of getSessionToken method, of class TheMovieDbApi.
|
void |
testGetSimilarMovies()
Test of getSimilarMovies method, of class TheMovieDbApi.
|
void |
testGetTopRatedMovies()
Test of getTopRatedMovies method, of class TheMovieDbApi.
|
void |
testGetUpcoming()
Test of getUpcoming method, of class TheMovieDbApi.
|
void |
testSearchCollection()
Test of searchCollection method, of class TheMovieDbApi.
|
void |
testSearchCompanies()
Test of searchCompanies method, of class TheMovieDbApi.
|
void |
testSearchKeyword()
Test of searchKeyword method, of class TheMovieDbApi.
|
void |
testSearchList()
Test of searchList method, of class TheMovieDbApi.
|
void |
testSearchMovie()
Test of searchMovie method, of class TheMovieDbApi.
|
void |
testSearchPeople()
Test of searchPeople method, of class TheMovieDbApi.
|
public TheMovieDbApiTest()
throws MovieDbException
MovieDbExceptionpublic static void setUpClass()
throws MovieDbException
MovieDbExceptionpublic static void tearDownClass()
throws MovieDbException
MovieDbExceptionpublic void setUp()
public void tearDown()
public void testConfiguration()
public void testSearchMovie()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieInfo()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieAlternativeTitles()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieCasts()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieImages()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieKeywords()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieReleaseInfo()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieTrailers()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieTranslations()
throws MovieDbException
MovieDbExceptionpublic void testGetCollectionInfo()
throws MovieDbException
MovieDbExceptionpublic void testCreateImageUrl()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieInfoImdb()
throws MovieDbException
MovieDbExceptionpublic void testSearchPeople()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonInfo()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonCredits()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonImages()
throws MovieDbException
MovieDbExceptionpublic void testGetLatestMovie()
throws MovieDbException
MovieDbExceptionpublic void testGetNowPlayingMovies()
throws MovieDbException
MovieDbExceptionpublic void testGetPopularMovieList()
throws MovieDbException
MovieDbExceptionpublic void testGetTopRatedMovies()
throws MovieDbException
MovieDbExceptionpublic void testGetCompanyInfo()
throws MovieDbException
MovieDbExceptionpublic void testGetCompanyMovies()
throws MovieDbException
MovieDbExceptionpublic void testSearchCompanies()
throws MovieDbException
MovieDbExceptionpublic void testGetSimilarMovies()
throws MovieDbException
MovieDbExceptionpublic void testGetGenreList()
throws MovieDbException
MovieDbExceptionpublic void testGetGenreMovies()
throws MovieDbException
MovieDbExceptionpublic void testGetUpcoming()
throws MovieDbException
MovieDbExceptionpublic void testGetCollectionImages()
throws MovieDbException
MovieDbExceptionpublic void testGetAuthorisationToken()
throws MovieDbException
MovieDbExceptionpublic void testGetSessionToken()
throws MovieDbException
MovieDbExceptionpublic void testGetGuestSessionToken()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieLists()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieChanges()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonLatest()
throws MovieDbException
MovieDbExceptionpublic void testSearchCollection()
throws MovieDbException
MovieDbExceptionpublic void testSearchList()
throws MovieDbException
MovieDbExceptionpublic void testSearchKeyword()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonChanges()
throws MovieDbException
MovieDbExceptionpublic void testGetList()
throws MovieDbException
MovieDbExceptionpublic void testGetKeyword()
throws MovieDbException
MovieDbExceptionpublic void testGetKeywordMovies()
throws MovieDbException
MovieDbExceptionpublic void testGetReviews()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonPopular_int()
throws MovieDbException
MovieDbExceptionpublic void testGetMovieChangesList()
throws MovieDbException
MovieDbExceptionpublic void testGetPersonChangesList()
throws MovieDbException
MovieDbExceptionpublic void testGetJobs()
throws MovieDbException
MovieDbExceptionpublic void testGetDiscover_Discover()
throws MovieDbException
MovieDbExceptionCopyright © 2012-2015. All Rights Reserved.