X-Git-Url: https://gerrit.onap.org/r/gitweb?p=policy%2Fengine.git;a=blobdiff_plain;f=PolicyEngineAPI%2Fsrc%2Ftest%2Fjava%2Forg%2Fopenecomp%2Fpolicy%2Fstd%2Ftest%2FNotificationUnMarshalTest.java;h=674c58a0084fb302bb76da00c757f8e5f63d274c;hp=7a93a7b499dbf63a3b21d0f6fbf2b201149610fe;hb=e0addf5b588a1244f9679becd90999dfcb4c3a94;hpb=39fb0f30472777e4b60d6a7ac8aa4eb9773961ff diff --git a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java index 7a93a7b49..674c58a00 100644 --- a/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java +++ b/PolicyEngineAPI/src/test/java/org/openecomp/policy/std/test/NotificationUnMarshalTest.java @@ -20,14 +20,14 @@ package org.openecomp.policy.std.test; -import org.junit.*; +import static org.junit.Assert.assertNotNull; + +import org.junit.After; +import org.junit.Before; +import org.junit.Test; import org.openecomp.policy.std.NotificationUnMarshal; import org.openecomp.policy.std.StdPDPNotification; -import static org.junit.Assert.*; - -import com.fasterxml.jackson.databind.JsonMappingException; - /** * The class NotificationUnMarshalTest contains tests for the class {@link NotificationUnMarshal}. *