mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-15 00:03:43 +01:00
updated to support the new Settings implementation
Former-commit-id: 95a0da4c7f9ec9f506477bdd755b5660de05bd2f
This commit is contained in:
@@ -22,13 +22,14 @@ import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import org.junit.Before;
|
||||
import org.junit.Test;
|
||||
import org.owasp.dependencycheck.BaseTest;
|
||||
|
||||
public class NuspecAnalyzerTest {
|
||||
public class NuspecAnalyzerTest extends BaseTest {
|
||||
|
||||
private NuspecAnalyzer instance;
|
||||
|
||||
@Before
|
||||
public void setUp() {
|
||||
public void setUp() throws Exception {
|
||||
instance = new NuspecAnalyzer();
|
||||
instance.setEnabled(true);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user