removed unused imports from the test classes 65/75965/2
authorsawantmandar <ms5838@att.com>
Thu, 17 Jan 2019 22:16:33 +0000 (16:16 -0600)
committersawantmandar <ms5838@att.com>
Fri, 18 Jan 2019 21:15:41 +0000 (15:15 -0600)
Change-Id: If1d2a3338750f366b427ab0b903576ab1535a06a
Signed-off-by: sawantmandar <ms5838@att.com>
Issue-ID: DMAAP-975

src/test/java/org/onap/dmaap/mr/client/MRClientFactoryTest.java
src/test/java/org/onap/dmaap/mr/dme/client/DefaultLoggingFailoverFaultHandlerTest.java

index 0d151b9..e800671 100644 (file)
@@ -27,16 +27,11 @@ import static org.junit.Assert.assertTrue;
 import java.io.IOException;
 import java.util.ArrayList;
 import java.util.Collection;
-import java.util.concurrent.TimeUnit;
 
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
-import org.onap.dmaap.mr.client.HostSelector;
-import org.onap.dmaap.mr.client.MRClient;
-import org.onap.dmaap.mr.client.MRClientBuilders;
-import org.onap.dmaap.mr.client.MRClientFactory;
 
 public class MRClientFactoryTest {
 
index b1c7e15..1e130e5 100644 (file)
 
 package org.onap.dmaap.mr.dme.client;
 
-import static org.junit.Assert.assertTrue;
-
-import java.lang.reflect.Constructor;
-import java.lang.reflect.InvocationTargetException;
-import java.lang.reflect.Method;
-import java.util.ArrayList;
-import java.util.concurrent.TimeUnit;
-
 import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
-import org.onap.dmaap.mr.client.HostSelector;
-import org.onap.dmaap.mr.client.MRPublisher.message;
-import org.onap.dmaap.mr.test.support.MRBatchingPublisherMock.Listener;
-
 public class DefaultLoggingFailoverFaultHandlerTest {
        private DefaultLoggingFailoverFaultHandler handler = null;