summaryrefslogtreecommitdiffstats
path: root/bpmn/MSOURN-plugin/src/test/java/com/att/camunda/bpm/plugin/urnmap/db/URNDataESTest.java
blob: c7b241c2d56e0f670f169d757eac7e6370dc15db (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
/*
 * This file was automatically generated by EvoSuite
 * Mon Nov 14 13:48:50 GMT 2016
 */

package com.att.camunda.bpm.plugin.urnmap.db;

import org.junit.Test;
import static org.junit.Assert.*;

import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;

@RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
public class URNDataESTest extends URNDataESTestscaffolding {

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      URNData uRNData0 = new URNData();
      uRNData0.setVer_("yE)");
      String string0 = uRNData0.getVer_();
      assertEquals("yE)", string0);
  }

  @Test(timeout = 4000)
  public void test1()  throws Throwable  {
      URNData uRNData0 = new URNData();
      uRNData0.setURNValue("Dw]M@,~.D");
      String string0 = uRNData0.getURNValue();
      assertEquals("Dw]M@,~.D", string0);
  }

  @Test(timeout = 4000)
  public void test2()  throws Throwable  {
      URNData uRNData0 = new URNData();
      uRNData0.setURNName("");
      String string0 = uRNData0.getURNName();
      assertEquals("", string0);
  }

  @Test(timeout = 4000)
  public void test3()  throws Throwable  {
      URNData uRNData0 = new URNData();
      String string0 = uRNData0.getVer_();
      assertNull(string0);
  }

  @Test(timeout = 4000)
  public void test4()  throws Throwable  {
      URNData uRNData0 = new URNData();
      String string0 = uRNData0.getURNValue();
      assertNull(string0);
  }

  @Test(timeout = 4000)
  public void test5()  throws Throwable  {
      URNData uRNData0 = new URNData();
      String string0 = uRNData0.getURNName();
      assertNull(string0);
  }

  @Test(timeout = 4000)
  public void test6()  throws Throwable  {
      URNData uRNData0 = new URNData();
      uRNData0.setURNValue("");
      String string0 = uRNData0.getURNValue();
      assertEquals("", string0);
  }

  @Test(timeout = 4000)
  public void test7()  throws Throwable  {
      URNData uRNData0 = new URNData();
      uRNData0.setVer_("");
      String string0 = uRNData0.getVer_();
      assertEquals("", string0);
  }

  @Test(timeout = 4000)
  public void test8()  throws Throwable  {
      URNData uRNData0 = new URNData();
      uRNData0.setURNName("2Gv9h[mmV=,z\"VSY`t)");
      String string0 = uRNData0.getURNName();
      assertEquals("2Gv9h[mmV=,z\"VSY`t)", string0);
  }
}