removed unused methods

Former-commit-id: 6e0577ad17ed28f5e6e4f72fa35c10c5250343b4
This commit is contained in:
Jeremy Long
2014-04-16 07:56:51 -04:00
parent 6f2b1b8f06
commit 691636de7b

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.
*/