mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-02-23 10:55:10 +01:00
updated to support the new Settings implementation
Former-commit-id: 9715d8c76c5667d813a64c56d74a366fa83d2470
This commit is contained in:
@@ -22,13 +22,14 @@ import java.io.InputStream;
|
||||
import java.io.PrintStream;
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import org.junit.Test;
|
||||
import org.owasp.dependencycheck.BaseTest;
|
||||
|
||||
/**
|
||||
*
|
||||
* @author colezlaw
|
||||
*
|
||||
*/
|
||||
public class XPathNuspecParserTest {
|
||||
public class XPathNuspecParserTest extends BaseTest {
|
||||
|
||||
/**
|
||||
* Test all the valid components.
|
||||
|
||||
Reference in New Issue
Block a user