aboutsummaryrefslogtreecommitdiffstats
path: root/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java')
-rw-r--r--PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java14
1 files changed, 7 insertions, 7 deletions
diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
index 735d12561..cdc9b5595 100644
--- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
+++ b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchesTest.java
@@ -60,7 +60,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
Map<String, String> result = fixture.getConfigAttributes();
@@ -82,7 +82,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String result = fixture.getConfigName();
@@ -103,7 +103,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String result = fixture.getEcompName();
@@ -124,9 +124,9 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
- Map<String, String> configAttributes = new Hashtable();
+ Map<String, String> configAttributes = new Hashtable<String, String>();
fixture.setConfigAttributes(configAttributes);
@@ -145,7 +145,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String configName = "";
@@ -166,7 +166,7 @@ public class MatchesTest {
throws Exception {
Matches fixture = new Matches();
fixture.setEcompName("");
- fixture.setConfigAttributes(new Hashtable());
+ fixture.setConfigAttributes(new Hashtable<String, String>());
fixture.setConfigName("");
String ecompName = "";