X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=PolicyEngineAPI%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenecomp%2Fpolicy%2Ftest%2FPDPNotificationTest.java;h=43754f8df35a82cd6b97adfc189417a4576c2cde;hp=4a7cdf54c51cbe7eac938b9c7ad0efc08f083bf4;hb=e0addf5b588a1244f9679becd90999dfcb4c3a94;hpb=39fb0f30472777e4b60d6a7ac8aa4eb9773961ff diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java b/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java index 4a7cdf54c..43754f8df 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java +++ b/PolicyEngineAPI/src/test/java/org/openecomp/policy/test/PDPNotificationTest.java @@ -20,13 +20,10 @@ package org.openecomp.policy.test; -import java.util.Collection; - -import org.junit.*; +import org.junit.After; +import org.junit.Before; import org.openecomp.policy.api.PDPNotification; -import static org.junit.Assert.*; - /** * The class PDPNotificationTest contains tests for the class {@link PDPNotification}. *