X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnorthbound%2Fbundlescanner%2Fimplementation%2Fsrc%2Ftest%2Fjava%2Forg%2Fopendaylight%2Fcontroller%2Fnorthbound%2Fbundlescanner%2Finternal%2FBundleScannerTest.java;h=5bbdd87c7c7f8973075d4ee5c09f557e1d701260;hb=4f623c74a703a31e787387b536981dcb344ca4f9;hp=38d361c824880179cd7875f59c3f4449f204b2ad;hpb=450394b0ea81dc27ab3b1a7e97709c8b7a689014;p=controller.git diff --git a/opendaylight/northbound/bundlescanner/implementation/src/test/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScannerTest.java b/opendaylight/northbound/bundlescanner/implementation/src/test/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScannerTest.java index 38d361c824..5bbdd87c7c 100644 --- a/opendaylight/northbound/bundlescanner/implementation/src/test/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScannerTest.java +++ b/opendaylight/northbound/bundlescanner/implementation/src/test/java/org/opendaylight/controller/northbound/bundlescanner/internal/BundleScannerTest.java @@ -1,6 +1,6 @@ package org.opendaylight.controller.northbound.bundlescanner.internal; -import static org.junit.Assert.*; + import java.io.File; import java.io.FileFilter; @@ -30,6 +30,10 @@ import org.osgi.framework.Constants; import org.springframework.osgi.mock.MockBundle; import org.springframework.osgi.mock.MockBundleContext; +import static junit.framework.Assert.assertNotNull; +import static org.junit.Assert.assertFalse; +import static org.junit.Assert.assertTrue; + public class BundleScannerTest { private static BundleScanner bundleScanner;