dedd6b37fc8e4cd3db9f3ce5dc9b7d9fefb5fb81
[so.git] / bpmn / MSOURN-plugin / src / test / java / org / openecomp / camunda / bpmn / plugin / urnmap / db / URNDataESTest.java
1 /*\r
2  * This file was automatically generated by EvoSuite\r
3  * Mon Nov 14 13:48:50 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 \r
12 import org.evosuite.runtime.EvoRunner;\r
13 import org.evosuite.runtime.EvoRunnerParameters;\r
14 import org.junit.runner.RunWith;\r
15 import org.openecomp.camunda.bpmn.plugin.urnmap.db.URNData;\r
16 \r
17 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) \r
18 public class URNDataESTest extends URNDataESTestscaffolding {\r
19 \r
20   @Test(timeout = 4000)\r
21   public void test0()  throws Throwable  {\r
22       URNData uRNData0 = new URNData();\r
23       uRNData0.setVer_("yE)\7f");\r
24       String string0 = uRNData0.getVer_();\r
25       assertEquals("yE)\7f", string0);\r
26   }\r
27 \r
28   @Test(timeout = 4000)\r
29   public void test1()  throws Throwable  {\r
30       URNData uRNData0 = new URNData();\r
31       uRNData0.setURNValue("Dw]M@,~.D");\r
32       String string0 = uRNData0.getURNValue();\r
33       assertEquals("Dw]M@,~.D", string0);\r
34   }\r
35 \r
36   @Test(timeout = 4000)\r
37   public void test2()  throws Throwable  {\r
38       URNData uRNData0 = new URNData();\r
39       uRNData0.setURNName("");\r
40       String string0 = uRNData0.getURNName();\r
41       assertEquals("", string0);\r
42   }\r
43 \r
44   @Test(timeout = 4000)\r
45   public void test3()  throws Throwable  {\r
46       URNData uRNData0 = new URNData();\r
47       String string0 = uRNData0.getVer_();\r
48       assertNull(string0);\r
49   }\r
50 \r
51   @Test(timeout = 4000)\r
52   public void test4()  throws Throwable  {\r
53       URNData uRNData0 = new URNData();\r
54       String string0 = uRNData0.getURNValue();\r
55       assertNull(string0);\r
56   }\r
57 \r
58   @Test(timeout = 4000)\r
59   public void test5()  throws Throwable  {\r
60       URNData uRNData0 = new URNData();\r
61       String string0 = uRNData0.getURNName();\r
62       assertNull(string0);\r
63   }\r
64 \r
65   @Test(timeout = 4000)\r
66   public void test6()  throws Throwable  {\r
67       URNData uRNData0 = new URNData();\r
68       uRNData0.setURNValue("");\r
69       String string0 = uRNData0.getURNValue();\r
70       assertEquals("", string0);\r
71   }\r
72 \r
73   @Test(timeout = 4000)\r
74   public void test7()  throws Throwable  {\r
75       URNData uRNData0 = new URNData();\r
76       uRNData0.setVer_("");\r
77       String string0 = uRNData0.getVer_();\r
78       assertEquals("", string0);\r
79   }\r
80 \r
81   @Test(timeout = 4000)\r
82   public void test8()  throws Throwable  {\r
83       URNData uRNData0 = new URNData();\r
84       uRNData0.setURNName("2Gv9h[mmV=,z\"VSY`t)");\r
85       String string0 = uRNData0.getURNName();\r
86       assertEquals("2Gv9h[mmV=,z\"VSY`t)", string0);\r
87   }\r
88 }\r