aboutsummaryrefslogtreecommitdiffstats
path: root/bpmn/MSOURN-plugin/src/test/java/org/openecomp/camunda/bpmn/plugin/urnmap/URNMapPluginESTest.java
blob: e8d1af566a9c3b6e3103fc3b8db64284d05850d7 (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
/*
 * This file was automatically generated by EvoSuite
 * Mon Nov 14 13:49:02 GMT 2016
 */

package org.openecomp.camunda.bpmn.plugin.urnmap;

import org.junit.Test;

import static org.junit.Assert.*;

import java.util.List;
import java.util.Set;

import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
import org.openecomp.camunda.bpmn.plugin.urnmap.URNMapPlugin;

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

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
      Set<Class<?>> set0 = uRNMapPlugin0.getResourceClasses();
      assertFalse(set0.isEmpty());
  }

  @Test(timeout = 4000)
  public void test1()  throws Throwable  {
      URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
      String string0 = uRNMapPlugin0.getId();
      assertEquals("urnMap-plugin", string0);
  }

  @Test(timeout = 4000)
  public void test2()  throws Throwable  {
      URNMapPlugin uRNMapPlugin0 = new URNMapPlugin();
      List<String> list0 = uRNMapPlugin0.getMappingFiles();
      assertEquals(1, list0.size());
  }
}