Clean all unused and redundant imports in controller.
[controller.git] / opendaylight / topologymanager / integrationtest / src / test / java / org / opendaylight / controller / topologymanager / TopologyManagerIT.java
index 7c70342b5c17ede8cb655eb998ed3bb97ebd54b1..01db29a66c74e1c249c0942cf60e93c84c8de65b 100644 (file)
@@ -8,7 +8,6 @@
 
 package org.opendaylight.controller.topologymanager;
 
-import org.junit.Before;
 import org.junit.Test;
 import org.junit.runner.RunWith;
 import org.opendaylight.controller.protocol_plugins.stub.internal.TopologyServices;
@@ -28,8 +27,6 @@ import javax.inject.Inject;
 import java.util.HashSet;
 import java.util.Set;
 
-import static org.junit.Assert.assertFalse;
-import static org.junit.Assert.assertNotNull;
 import static org.ops4j.pax.exam.CoreOptions.*;
 
 @RunWith(PaxExam.class)