b79468cfd04a7cb313fb93f2c5a43d4ee5634d4c
[so.git] / bpmn / MSOURN-plugin / src / test / java / org / openecomp / camunda / bpmn / plugin / urnmap / db / URNServiceESTest.java
1 /*\r
2  * This file was automatically generated by EvoSuite\r
3  * Mon Nov 14 13:47:07 GMT 2016\r
4  */\r
5 \r
6 package org.openecomp.camunda.bpmn.plugin.urnmap.db;\r
7 \r
8 import org.junit.Test;\r
9 \r
10 import static org.junit.Assert.*;\r
11 import static org.evosuite.runtime.EvoAssertions.*;\r
12 \r
13 import org.evosuite.runtime.EvoRunner;\r
14 import org.evosuite.runtime.EvoRunnerParameters;\r
15 import org.junit.runner.RunWith;\r
16 import org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService;\r
17 \r
18 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) \r
19 public class URNServiceESTest extends URNServiceESTestscaffolding {\r
20 \r
21   @Test(timeout = 4000)\r
22   public void test0()  throws Throwable  {\r
23       URNService uRNService0 = new URNService();\r
24       // Undeclared exception!\r
25       try { \r
26         uRNService0.getProperties();\r
27         fail("Expecting exception: NullPointerException");\r
28       \r
29       } catch(NullPointerException e) {\r
30          //\r
31          // no message in exception (getMessage() returned null)\r
32          //\r
33          verifyException("org.openecomp.camunda.bpmn.plugin.urnmap.db.URNService", e);\r
34       }\r
35   }\r
36 }\r