removed unused methods

Former-commit-id: 93cac67323f6cd2205de672deb534fb4cabb0be7
This commit is contained in:
Jeremy Long
2014-04-16 07:56:51 -04:00
parent 11e75df1a9
commit b1b8584641

View File

@@ -19,13 +19,9 @@ package org.owasp.dependencycheck.utils;
import java.util.ArrayList;
import java.util.List;
import org.junit.After;
import org.junit.AfterClass;
import static org.junit.Assert.assertArrayEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertTrue;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
/**
@@ -34,25 +30,6 @@ import org.junit.Test;
*/
public class FilterTest {
public FilterTest() {
}
@BeforeClass
public static void setUpClass() throws Exception {
}
@AfterClass
public static void tearDownClass() throws Exception {
}
@Before
public void setUp() {
}
@After
public void tearDown() {
}
/**
* Test of passes method, of class Filter.
*/