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