X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;ds=inline;f=opendaylight%2Fnorthbound%2Ftopology%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Ftopology%2Fnorthbound%2FTopologyTest.java;h=def7d46ed1c87f3ef0890dff55e45fae1b65474f;hb=4f623c74a703a31e787387b536981dcb344ca4f9;hp=117b911f36f3c00ad67291edc81dc313d7c209dd;hpb=450394b0ea81dc27ab3b1a7e97709c8b7a689014;p=controller.git diff --git a/opendaylight/northbound/topology/src/test/java/org/opendaylight/controller/topology/northbound/TopologyTest.java b/opendaylight/northbound/topology/src/test/java/org/opendaylight/controller/topology/northbound/TopologyTest.java index 117b911f36..def7d46ed1 100644 --- a/opendaylight/northbound/topology/src/test/java/org/opendaylight/controller/topology/northbound/TopologyTest.java +++ b/opendaylight/northbound/topology/src/test/java/org/opendaylight/controller/topology/northbound/TopologyTest.java @@ -1,11 +1,6 @@ package org.opendaylight.controller.topology.northbound; -import static org.junit.Assert.*; -import java.util.ArrayList; -import java.util.HashSet; -import java.util.List; -import java.util.Set; import org.junit.Test; import org.opendaylight.controller.sal.core.Bandwidth; @@ -21,6 +16,14 @@ import org.opendaylight.controller.sal.utils.NodeCreator; import org.slf4j.Logger; import org.slf4j.LoggerFactory; +import java.util.ArrayList; +import java.util.HashSet; +import java.util.List; +import java.util.Set; + +import static junit.framework.Assert.assertEquals; +import static org.junit.Assert.fail; + public class TopologyTest { protected static final Logger logger = LoggerFactory .getLogger(TopologyTest.class);