/* * This file was automatically generated by EvoSuite * Wed Feb 22 09:33:42 GMT 2017 */ package org.openecomp.mso.db.catalog.utils; 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 RecordNotFoundExceptionESTest extends RecordNotFoundExceptionESTestscaffolding { @Test(timeout = 4000) public void test0() throws Throwable { RecordNotFoundException recordNotFoundException0 = new RecordNotFoundException("K\"]E;o`'jowz5?'`3"); RecordNotFoundException recordNotFoundException1 = new RecordNotFoundException("~&", (Throwable) recordNotFoundException0); assertFalse(recordNotFoundException1.equals((Object)recordNotFoundException0)); } }