updated to support the new Settings implementation

Former-commit-id: 18ba158d3b4651b424ee2d3ec02907410f7ea8ba
This commit is contained in:
Jeremy Long
2014-04-16 07:56:23 -04:00
parent 139640e768
commit 6f2b1b8f06

View File

@@ -20,34 +20,15 @@ package org.owasp.dependencycheck.utils;
import java.io.File;
import java.io.IOException;
import java.net.URISyntaxException;
import org.junit.After;
import org.junit.AfterClass;
import org.junit.Assert;
import org.junit.Before;
import org.junit.BeforeClass;
import org.junit.Test;
import org.owasp.dependencycheck.BaseTest;
/**
*
* @author Jeremy Long <jeremy.long@owasp.org>
*/
public class SettingsTest {
@BeforeClass
public static void setUpClass() throws Exception {
}
@AfterClass
public static void tearDownClass() throws Exception {
}
@Before
public void setUp() throws Exception {
}
@After
public void tearDown() throws Exception {
}
public class SettingsTest extends BaseTest {
/**
* Test of getString method, of class Settings.