EdgeRules throws descriptive error on invalid rule
[aai/aai-common.git] / aai-core / src / test / java / org / openecomp / aai / introspection / ReflectionEngineTest.java
index 52ed0d8..d7cd7b1 100644 (file)
 
 package org.openecomp.aai.introspection;
 
-import org.junit.BeforeClass;
 import org.junit.Test;
 import org.openecomp.aai.introspection.exceptions.AAIUnknownObjectException;
-import org.openecomp.aai.restcore.CustomJacksonJaxBJsonProvider;
-
-import javax.xml.bind.JAXBException;
-import java.io.ByteArrayInputStream;
-import java.io.IOException;
-import java.io.InputStream;
-import java.nio.charset.StandardCharsets;
 
 public class ReflectionEngineTest extends IntrospectorTestSpec {
 
-       /**
-        * Configure.
-        */
-       @BeforeClass
-       public static void configure() {
-               System.setProperty("AJSC_HOME", "./src/test/resources");
-               System.setProperty("BUNDLECONFIG_DIR", "bundleconfig-local");
-       }
-       
        /**
         * Container object.
         *
         * @throws InstantiationException the instantiation exception
         * @throws IllegalAccessException the illegal access exception
         * @throws ClassNotFoundException the class not found exception
-        * @throws AAIUnknownObjectException
+        * @throws AAIUnknownObjectException 
         */
        @Test
        public void containerObject() throws InstantiationException, IllegalAccessException, ClassNotFoundException, AAIUnknownObjectException {