X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=PolicyEngineAPI%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenecomp%2Fpolicy%2Fstd%2Ftest%2FMatchStoreTest.java;h=ab8946c60286a610a2b270edde9b45bc12d779f5;hb=e0addf5b588a1244f9679becd90999dfcb4c3a94;hp=917e9d5e66937384d41d12d8acb21104b156e330;hpb=91d04c64771832a0b8815ffbe1f0f9920320d94d;p=policy%2Fengine.git diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java index 917e9d5e6..ab8946c60 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java +++ b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/MatchStoreTest.java @@ -20,18 +20,20 @@ package org.openecomp.policy.std.test; +import static org.junit.Assert.assertNotNull; +import static org.junit.Assert.assertNull; + import java.util.HashSet; import java.util.Hashtable; -import java.util.Map; -import org.junit.*; +import org.junit.After; +import org.junit.Before; +import org.junit.Test; import org.openecomp.policy.api.PDPNotification; import org.openecomp.policy.std.MatchStore; import org.openecomp.policy.std.Matches; import org.openecomp.policy.std.StdPDPNotification; -import static org.junit.Assert.*; - /** * The class MatchStoreTest contains tests for the class {@link MatchStore}. * @@ -467,7 +469,7 @@ public class MatchStoreTest { public void testStoreMatch_4() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -489,7 +491,7 @@ public class MatchStoreTest { public void testStoreMatch_5() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -511,7 +513,7 @@ public class MatchStoreTest { public void testStoreMatch_6() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -533,7 +535,7 @@ public class MatchStoreTest { public void testStoreMatch_7() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -596,7 +598,7 @@ public class MatchStoreTest { public void testStoreMatch_10() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -618,7 +620,7 @@ public class MatchStoreTest { public void testStoreMatch_11() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -640,7 +642,7 @@ public class MatchStoreTest { public void testStoreMatch_12() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -662,7 +664,7 @@ public class MatchStoreTest { public void testStoreMatch_13() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName(""); @@ -684,7 +686,7 @@ public class MatchStoreTest { public void testStoreMatch_14() throws Exception { Matches newMatch = new Matches(); - newMatch.setConfigAttributes(new Hashtable()); + newMatch.setConfigAttributes(new Hashtable()); newMatch.setConfigName(""); newMatch.setEcompName("");