Remove unused methods and fields

This commit is contained in:
Stuart Boston
2015-02-12 15:58:20 +00:00
parent 6eda79830e
commit e736aee48a
2 changed files with 0 additions and 63 deletions
@@ -175,15 +175,6 @@ public class TheMovieDbApi {
}
}
/**
* Get the API key that is to be used
*
* @return
*/
public String getApiKey() {
return apiKey;
}
/**
* Compare the MovieDB object with a title & year
*
@@ -383,33 +383,6 @@ public class TheMovieDbApiTest {
assertTrue("Error getting the movie from IMDB ID", result.getId() == 11);
}
/**
* Test of getApiKey method, of class TheMovieDbApi.
*
*/
@Test
public void testGetApiKey() {
// Not required
}
/**
* Test of getApiBase method, of class TheMovieDbApi.
*
*/
@Test
public void testGetApiBase() {
// Not required
}
/**
* Test of getConfiguration method, of class TheMovieDbApi.
*
*/
@Test
public void testGetConfiguration() {
// Not required
}
/**
* Test of searchPeople method, of class TheMovieDbApi.
*
@@ -475,33 +448,6 @@ public class TheMovieDbApiTest {
assertTrue("No latest movie found", result.getId() > 0);
}
/**
* Test of compareMovies method, of class TheMovieDbApi.
*
*/
@Test
public void testCompareMovies() {
// Not required
}
/**
* Test of setProxy method, of class TheMovieDbApi.
*
*/
@Test
public void testSetProxy() {
// Not required
}
/**
* Test of setTimeout method, of class TheMovieDbApi.
*
*/
@Test
public void testSetTimeout() {
// Not required
}
/**
* Test of getNowPlayingMovies method, of class TheMovieDbApi.
*