Policy 1707 commit to LF
[policy/engine.git] / PolicyEngineAPI / src / test / java / org / openecomp / policy / std / test / NotificationUnMarshalTest.java
index 7a93a7b..674c58a 100644 (file)
 
 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 <code>NotificationUnMarshalTest</code> contains tests for the class <code>{@link NotificationUnMarshal}</code>.
  *