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