Add Job List

This commit is contained in:
Stuart Boston
2013-05-15 14:09:57 +01:00
parent 4c682731b6
commit 955ef0369e
4 changed files with 183 additions and 2 deletions
@@ -750,4 +750,14 @@ public class TheMovieDbApiTest {
// TODO review the generated test code and remove the default call to fail.
fail("The test case is a prototype.");
}
/**
* Test of getJobs method, of class TheMovieDbApi.
*/
@Test
public void testGetJobs() throws Exception {
LOG.info("getJobs");
List result = tmdb.getJobs();
assertFalse("No jobs found", result.isEmpty());
}
}