Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOCoreBPMN / src / test / java / org / openecomp / mso / bpmn / core / URNMappingsTaskESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Nov 14 11:35:51 GMT 2016
4  */
5
6 package org.openecomp.mso.bpmn.core;
7
8 import org.junit.Test;
9
10 import static org.evosuite.shaded.org.mockito.Mockito.*;
11
12 import org.camunda.bpm.engine.delegate.DelegateExecution;
13 import org.evosuite.runtime.EvoRunner;
14 import org.evosuite.runtime.EvoRunnerParameters;
15 import org.evosuite.runtime.ViolatedAssumptionAnswer;
16 import org.junit.runner.RunWith;
17
18 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
19 public class URNMappingsTaskESTest extends URNMappingsTaskESTestscaffolding {
20
21   @Test(timeout = 4000)
22   public void test0()  throws Throwable  {
23       URNMappingsTask uRNMappingsTask0 = new URNMappingsTask();
24       DelegateExecution delegateExecution0 = mock(DelegateExecution.class, new ViolatedAssumptionAnswer());
25       uRNMappingsTask0.execute(delegateExecution0);
26   }
27 }