Remove unused methods

This commit is contained in:
Stuart Boston
2016-02-25 15:10:44 +00:00
parent f0499bba01
commit 302e47b496
@@ -21,17 +21,11 @@ package com.omertron.themoviedbapi.tools;
import com.omertron.themoviedbapi.TestLogger;
import java.net.URL;
import org.junit.After;
import org.junit.AfterClass;
import static org.junit.Assert.assertEquals;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertEquals;
/**
* Test case for ApiUrl
@@ -44,26 +38,11 @@ public class ApiUrlTest {
private static final String APIKEY = "APIKEY";
private static final String QUERY = "query";
public ApiUrlTest() {
}
@BeforeClass
public static void setUpClass() {
TestLogger.configure();
}
@AfterClass
public static void tearDownClass() {
}
@Before
public void setUp() {
}
@After
public void tearDown() {
}
@Test
public void testConfiguration() {
LOG.info("Configuration Test");