import org.apache.cxf.message.Message;
import org.junit.Before;
import org.junit.Test;
+import org.onap.aai.AAISetup;
import java.io.IOException;
import java.io.InputStream;
import static org.mockito.Mockito.*;
-public class AAILogJAXRSInInterceptorTest {
+public class AAILogJAXRSInInterceptorTest extends AAISetup {
private AAILogJAXRSInInterceptor aaiLogJAXRSInInterceptor;
import org.apache.cxf.message.Message;
import org.junit.Before;
import org.junit.Test;
+import org.onap.aai.AAISetup;
import java.io.IOException;
import java.io.OutputStream;
import static org.mockito.Mockito.*;
-public class AAILogJAXRSOutInterceptorTest {
+public class AAILogJAXRSOutInterceptorTest extends AAISetup {
private AAILogJAXRSOutInterceptor aaiLogJAXRSOutInterceptor;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
+import org.onap.aai.AAISetup;
import org.onap.aai.logging.LoggingContext;
import javax.servlet.http.HttpServletRequest;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertTrue;
-public class PostAaiAjscInterceptorTest {
+public class PostAaiAjscInterceptorTest extends AAISetup {
private PostAaiAjscInterceptor postAaiAjscInterceptor;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
+import org.onap.aai.AAISetup;
import javax.servlet.http.HttpServletRequest;
import static org.junit.Assert.assertTrue;
import static org.mockito.Matchers.anyString;
-public class PreAaiAjscInterceptorTest {
+public class PreAaiAjscInterceptorTest extends AAISetup {
private PreAaiAjscInterceptor preAaiAjscInterceptor;
import org.junit.Before;
import org.junit.Test;
import org.mockito.Mockito;
+import org.onap.aai.AAISetup;
import org.onap.aai.introspection.Version;
import javax.ws.rs.core.*;
import static org.mockito.Matchers.anyObject;
import static org.mockito.Mockito.when;
-public abstract class RetiredConsumerTest {
+public abstract class RetiredConsumerTest extends AAISetup {
protected static final MediaType APPLICATION_JSON = MediaType.valueOf("application/json");