diff --git a/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java b/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java index 453ed5891..2d1d4dc63 100644 --- a/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java +++ b/dependency-check-core/src/test/java/org/owasp/dependencycheck/EngineIntegrationTest.java @@ -18,10 +18,8 @@ package org.owasp.dependencycheck; import org.junit.After; -import org.junit.AfterClass; import static org.junit.Assert.assertTrue; import org.junit.Before; -import org.junit.BeforeClass; import org.junit.Test; import org.owasp.dependencycheck.data.nvdcve.CveDB; import org.owasp.dependencycheck.data.nvdcve.DatabaseProperties; @@ -33,15 +31,7 @@ import org.owasp.dependencycheck.utils.Settings; * * @author Jeremy Long */ -public class EngineIntegrationTest { - - @BeforeClass - public static void setUpClass() throws Exception { - } - - @AfterClass - public static void tearDownClass() throws Exception { - } +public class EngineIntegrationTest extends BaseTest { @Before public void setUp() throws Exception {