mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-18 01:27:11 +01:00
updated to support the new Settings implementation
Former-commit-id: ab47079a0426c72cd71e9332faf81593045b33f0
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