[MSO-8] Update the maven dependency
[so.git] / bpmn / MSOURN-plugin / src / test / java / org / openecomp / camunda / bpmn / plugin / urnmap / URNMapPluginESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Nov 14 13:49:02 GMT 2016
4  */
5
6 package org.openecomp.camunda.bpmn.plugin.urnmap;
7
8 import org.junit.Test;
9
10 import static org.junit.Assert.*;
11
12 import java.util.List;
13 import java.util.Set;
14
15 import org.evosuite.runtime.EvoRunner;
16 import org.evosuite.runtime.EvoRunnerParameters;
17 import org.junit.runner.RunWith;
18 import org.openecomp.camunda.bpmn.plugin.urnmap.URNMapPlugin;
19
20 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
21 public class URNMapPluginESTest extends URNMapPluginESTestscaffolding {
22
23   @Test(timeout = 4000)
24   public void test0()  throws Throwable  {
25       URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
26       Set<Class<?>> set0 = uRNMapPlugin0.getResourceClasses();
27       assertFalse(set0.isEmpty());
28   }
29
30   @Test(timeout = 4000)
31   public void test1()  throws Throwable  {
32       URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
33       String string0 = uRNMapPlugin0.getId();
34       assertEquals("urnMap-plugin", string0);
35   }
36
37   @Test(timeout = 4000)
38   public void test2()  throws Throwable  {
39       URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
40       List<String> list0 = uRNMapPlugin0.getMappingFiles();
41       assertEquals(1, list0.size());
42   }
43 }