/* * This file was automatically generated by EvoSuite * Mon Nov 14 13:49:02 GMT 2016 */ package com.att.camunda.bpm.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; @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> 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 list0 = uRNMapPlugin0.getMappingFiles(); assertEquals(1, list0.size()); } }