[MSO-8] Second step of the rebase for MSO
[so.git] / bpmn / MSOURN-plugin / src / test / java / org / openecomp / camunda / bpmn / plugin / urnmap / db / URNServiceESTest.java
index 9838ff0..b79468c 100644 (file)
@@ -1,36 +1,36 @@
-/*
- * This file was automatically generated by EvoSuite
- * Mon Nov 14 13:47:07 GMT 2016
- */
-
-package org.openecomp.camunda.bpmn.plugin.urnmap.db;
-
-import org.junit.Test;
-
-import static org.junit.Assert.*;
-import static org.evosuite.runtime.EvoAssertions.*;
-
-import org.evosuite.runtime.EvoRunner;
-import org.evosuite.runtime.EvoRunnerParameters;
-import org.junit.runner.RunWith;
-import org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService;
-
-@RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
-public class URNServiceESTest extends URNServiceESTestscaffolding {
-
-  @Test(timeout = 4000)
-  public void test0()  throws Throwable  {
-      URNService uRNService0 = new URNService();
-      // Undeclared exception!
-      try { 
-        uRNService0.getProperties();
-        fail("Expecting exception: NullPointerException");
-      
-      } catch(NullPointerException e) {
-         //
-         // no message in exception (getMessage() returned null)
-         //
-         verifyException("org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService", e);
-      }
-  }
-}
+/*\r
+ * This file was automatically generated by EvoSuite\r
+ * Mon Nov 14 13:47:07 GMT 2016\r
+ */\r
+\r
+package org.openecomp.camunda.bpmn.plugin.urnmap.db;\r
+\r
+import org.junit.Test;\r
+\r
+import static org.junit.Assert.*;\r
+import static org.evosuite.runtime.EvoAssertions.*;\r
+\r
+import org.evosuite.runtime.EvoRunner;\r
+import org.evosuite.runtime.EvoRunnerParameters;\r
+import org.junit.runner.RunWith;\r
+import org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService;\r
+\r
+@RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) \r
+public class URNServiceESTest extends URNServiceESTestscaffolding {\r
+\r
+  @Test(timeout = 4000)\r
+  public void test0()  throws Throwable  {\r
+      URNService uRNService0 = new URNService();\r
+      // Undeclared exception!\r
+      try { \r
+        uRNService0.getProperties();\r
+        fail("Expecting exception: NullPointerException");\r
+      \r
+      } catch(NullPointerException e) {\r
+         //\r
+         // no message in exception (getMessage() returned null)\r
+         //\r
+         verifyException("org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService", e);\r
+      }\r
+  }\r
+}\r