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