[MSO-8] Update the maven dependency
[so.git] / mso-catalog-db / src / test / java / org / openecomp / mso / db / catalog / utils / RecordNotFoundExceptionESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Wed Feb 22 09:33:42 GMT 2017
4  */
5
6 package org.openecomp.mso.db.catalog.utils;
7
8 import org.junit.Test;
9 import static org.junit.Assert.*;
10 import org.evosuite.runtime.EvoRunner;
11 import org.evosuite.runtime.EvoRunnerParameters;
12 import org.junit.runner.RunWith;
13
14 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true)
15 public class RecordNotFoundExceptionESTest extends RecordNotFoundExceptionESTestscaffolding {
16
17   @Test(timeout = 4000)
18   public void test0()  throws Throwable  {
19       RecordNotFoundException recordNotFoundException0 = new RecordNotFoundException("K\"]E;o`'jowz5?'`3");
20       RecordNotFoundException recordNotFoundException1 = new RecordNotFoundException("~&", (Throwable) recordNotFoundException0);
21       assertFalse(recordNotFoundException1.equals((Object)recordNotFoundException0));
22   }
23 }