TCA: Support for VES/A&AI enrichment
[dcaegen2/analytics/tca.git] / dcae-analytics-common / src / test / java / org / openecomp / dcae / apod / analytics / common / BaseAnalyticsCommonUnitTest.java
index 81c8b57..1cd59e8 100644 (file)
@@ -1,65 +1,65 @@
-/*
- * ===============================LICENSE_START======================================
- *  dcae-analytics
- * ================================================================================
- *    Copyright © 2017 AT&T Intellectual Property. All rights reserved.
- * ================================================================================
- *  Licensed under the Apache License, Version 2.0 (the "License");
- *  you may not use this file except in compliance with the License.
- *   You may obtain a copy of the License at
- *
- *          http://www.apache.org/licenses/LICENSE-2.0
- *
- *  Unless required by applicable law or agreed to in writing, software
- *  distributed under the License is distributed on an "AS IS" BASIS,
- *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- *  See the License for the specific language governing permissions and
- *  limitations under the License.
- *  ============================LICENSE_END===========================================
- */
-
-package org.openecomp.dcae.apod.analytics.common;
-
-import org.openecomp.dcae.apod.analytics.common.service.processor.TestEarlyTerminatingProcessor;
-import org.openecomp.dcae.apod.analytics.common.service.processor.TestMessageProcessor1;
-import org.openecomp.dcae.apod.analytics.common.service.processor.TestMessageProcessor2;
-import org.openecomp.dcae.apod.analytics.test.BaseDCAEAnalyticsUnitTest;
-
-/**
- * Base class from all DCEA Analytics Common Module Unit Tests
- * <p>
- * @author Rajiv Singla . Creation Date: 10/6/2016.
- */
-public abstract class BaseAnalyticsCommonUnitTest extends BaseDCAEAnalyticsUnitTest {
-
-
-    protected static final String TEST_MESSAGE_PROCESSOR_MESSAGE = "Test Processor Message";
-
-    protected static final String CEF_MESSAGE_FILE_PATH = "data/json/cef/cef_message.json";
-
-    /*
-     * Test implementation for {@link CDAPAppSettings}
-     */
-    protected class CDAPTestAppSettings {
-
-        private String settingsField;
-
-        public String getSettingsField() {
-            return settingsField;
-        }
-
-        public void setSettingsField(String settingsField) {
-            this.settingsField = settingsField;
-        }
-    }
-
-    protected TestMessageProcessor1 getTestMessageProcessor1() {
-         return new TestMessageProcessor1();
-    }
-    protected TestMessageProcessor2 getTestMessageProcessor2() {
-        return new TestMessageProcessor2();
-    }
-    protected TestEarlyTerminatingProcessor getTestEarlyTerminationProcessor() {
-        return new TestEarlyTerminatingProcessor();
-    }
-}
+/*\r
+ * ===============================LICENSE_START======================================\r
+ *  dcae-analytics\r
+ * ================================================================================\r
+ *    Copyright © 2017 AT&T Intellectual Property. All rights reserved.\r
+ * ================================================================================\r
+ *  Licensed under the Apache License, Version 2.0 (the "License");\r
+ *  you may not use this file except in compliance with the License.\r
+ *   You may obtain a copy of the License at\r
+ *\r
+ *          http://www.apache.org/licenses/LICENSE-2.0\r
+ *\r
+ *  Unless required by applicable law or agreed to in writing, software\r
+ *  distributed under the License is distributed on an "AS IS" BASIS,\r
+ *  WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\r
+ *  See the License for the specific language governing permissions and\r
+ *  limitations under the License.\r
+ *  ============================LICENSE_END===========================================\r
+ */\r
+\r
+package org.openecomp.dcae.apod.analytics.common;\r
+\r
+import org.openecomp.dcae.apod.analytics.common.service.processor.TestEarlyTerminatingProcessor;\r
+import org.openecomp.dcae.apod.analytics.common.service.processor.TestMessageProcessor1;\r
+import org.openecomp.dcae.apod.analytics.common.service.processor.TestMessageProcessor2;\r
+import org.openecomp.dcae.apod.analytics.test.BaseDCAEAnalyticsUnitTest;\r
+\r
+/**\r
+ * Base class from all DCEA Analytics Common Module Unit Tests\r
+ * <p>\r
+ * @author Rajiv Singla . Creation Date: 10/6/2016.\r
+ */\r
+public abstract class BaseAnalyticsCommonUnitTest extends BaseDCAEAnalyticsUnitTest {\r
+\r
+\r
+    protected static final String TEST_MESSAGE_PROCESSOR_MESSAGE = "Test Processor Message";\r
+\r
+    protected static final String CEF_MESSAGE_FILE_PATH = "data/json/cef/cef_message.json";\r
+\r
+    /*\r
+     * Test implementation for {@link CDAPAppSettings}\r
+     */\r
+    protected class CDAPTestAppSettings {\r
+\r
+        private String settingsField;\r
+\r
+        public String getSettingsField() {\r
+            return settingsField;\r
+        }\r
+\r
+        public void setSettingsField(String settingsField) {\r
+            this.settingsField = settingsField;\r
+        }\r
+    }\r
+\r
+    protected TestMessageProcessor1 getTestMessageProcessor1() {\r
+         return new TestMessageProcessor1();\r
+    }\r
+    protected TestMessageProcessor2 getTestMessageProcessor2() {\r
+        return new TestMessageProcessor2();\r
+    }\r
+    protected TestEarlyTerminatingProcessor getTestEarlyTerminationProcessor() {\r
+        return new TestEarlyTerminatingProcessor();\r
+    }\r
+}\r