Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOURN-plugin / src / test / java / com / att / camunda / bpm / 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 com.att.camunda.bpm.plugin.urnmap;
7
8 import org.junit.Test;
9 import static org.junit.Assert.*;
10
11 import java.util.List;
12 import java.util.Set;
13 import org.evosuite.runtime.EvoRunner;
14 import org.evosuite.runtime.EvoRunnerParameters;
15 import org.junit.runner.RunWith;
16
17 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
18 public class URNMapPluginESTest extends URNMapPluginESTestscaffolding {
19
20   @Test(timeout = 4000)
21   public void test0()  throws Throwable  {
22       URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
23       Set<Class<?>> set0 = uRNMapPlugin0.getResourceClasses();
24       assertFalse(set0.isEmpty());
25   }
26
27   @Test(timeout = 4000)
28   public void test1()  throws Throwable  {
29       URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
30       String string0 = uRNMapPlugin0.getId();
31       assertEquals("urnMap-plugin", string0);
32   }
33
34   @Test(timeout = 4000)
35   public void test2()  throws Throwable  {
36       URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
37       List<String> list0 = uRNMapPlugin0.getMappingFiles();
38       assertEquals(1, list0.size());
39   }
40 }