Support kafka attributes
[dmaap/dbcapi.git] / src / test / java / org / onap / dmaap / dbcapi / testframework / ReflectionHarness.java
index 931ee28..d500fb6 100644 (file)
@@ -21,15 +21,10 @@ package org.onap.dmaap.dbcapi.testframework;
 
 import static org.junit.Assert.*;
 
-import java.lang.reflect.Constructor;
 import java.lang.reflect.InvocationTargetException;
 import java.lang.reflect.Method;
 import java.lang.reflect.Type;
 
-import org.junit.After;
-import org.junit.Before;
-import org.junit.Test;
-
 import static java.lang.System.out;
 import static java.lang.System.err;