public class TestAccounts extends Object
| Constructor and Description |
|---|
TestAccounts() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
static void |
setUpClass() |
void |
tearDown() |
static void |
tearDownClass() |
void |
testAccount()
Test the account information
|
void |
testFavorites() |
void |
testGetGuestSessionToken()
Test of getGuestSessionToken method, of class TheMovieDbApi.
|
void |
testGetSessionToken()
Test of getSessionToken method, of class TheMovieDbApi.
|
void |
testMovieLists() |
void |
testMovieRating()
Test of postMovieRating method, of class TheMovieDbApi.
|
void |
testSessionCreation()
Test and create a session token for the rest of the tests
|
void |
testWatchList() |
public TestAccounts()
throws MovieDbException
MovieDbExceptionpublic static void setUpClass()
throws MovieDbException
MovieDbExceptionpublic static void tearDownClass()
public void setUp()
throws MovieDbException
MovieDbExceptionpublic void tearDown()
public void testSessionCreation()
throws MovieDbException
MovieDbExceptionpublic void testAccount()
throws MovieDbException
MovieDbExceptionpublic void testWatchList()
throws MovieDbException
MovieDbExceptionpublic void testFavorites()
throws MovieDbException
MovieDbExceptionpublic void testGetSessionToken()
throws MovieDbException
MovieDbExceptionpublic void testGetGuestSessionToken()
throws MovieDbException
MovieDbExceptionpublic void testMovieRating()
throws MovieDbException
MovieDbExceptionpublic void testMovieLists()
throws MovieDbException
MovieDbExceptionCopyright © 2012-2015. All Rights Reserved.