Added response data to operational datastore, refactored data validation
[packetcable.git] / packetcable-policy-server / src / test / java / org / opendaylight / controller / packetcable / provider / SubnetTest.java
index b0360ad8ac9528e682ab9412f935b4e5f2f739b9..5d52cd2c93e650a072daee171fcb678d23d763cb 100644 (file)
@@ -1,16 +1,21 @@
 package org.opendaylight.controller.packetcable.provider;
 
+import static org.hamcrest.CoreMatchers.equalTo;
+import static org.hamcrest.CoreMatchers.is;
+import static org.hamcrest.CoreMatchers.not;
+import static org.hamcrest.CoreMatchers.notNullValue;
+import static org.junit.Assert.assertFalse;
+import static org.junit.Assert.assertNotEquals;
+import static org.junit.Assert.assertThat;
+import static org.junit.Assert.assertTrue;
+
 import com.google.common.net.InetAddresses;
+import java.net.InetAddress;
+import java.net.UnknownHostException;
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
-import java.net.InetAddress;
-import java.net.UnknownHostException;
-
-import static org.hamcrest.CoreMatchers.*;
-import static org.junit.Assert.*;
-
 public class SubnetTest {
 
     // Various address class level prefix lengths