/* * This file was automatically generated by EvoSuite * Mon Nov 14 08:56:48 GMT 2016 */ package org.openecomp.mso.openstack.exceptions; import org.junit.Test; import static org.junit.Assert.*; 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 MsoCloudSiteNotFoundESTest extends MsoCloudSiteNotFoundESTestscaffolding { @Test(timeout = 4000) public void test0() throws Throwable { MsoCloudSiteNotFound msoCloudSiteNotFound0 = new MsoCloudSiteNotFound(); assertEquals(MsoExceptionCategory.USERDATA, msoCloudSiteNotFound0.getCategory()); } @Test(timeout = 4000) public void test1() throws Throwable { MsoCloudSiteNotFound msoCloudSiteNotFound0 = new MsoCloudSiteNotFound("NQz5T^"); String string0 = msoCloudSiteNotFound0.toString(); assertEquals("Cloud Site [NQz5T^] not found", string0); } }