/* * This file was automatically generated by EvoSuite * Fri Nov 25 13:38:49 GMT 2016 */ package org.openecomp.mso.asdc.client.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 ASDCDownloadExceptionESTest extends ASDCDownloadExceptionESTestscaffolding { @Test(timeout = 4000) public void test0() throws Throwable { ASDCDownloadException aSDCDownloadException0 = new ASDCDownloadException(""); ASDCDownloadException aSDCDownloadException1 = new ASDCDownloadException("", (Throwable) aSDCDownloadException0); assertFalse(aSDCDownloadException1.equals((Object)aSDCDownloadException0)); } }