Initial OpenECOMP MSO commit
[so.git] / asdc-controller / src / test / java / org / openecomp / mso / asdc / client / exceptions / ArtifactInstallerExceptionESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Fri Nov 25 13:38:39 GMT 2016
4  */
5
6 package org.openecomp.mso.asdc.client.exceptions;
7
8 import org.junit.Test;
9 import static org.junit.Assert.*;
10
11 import org.evosuite.runtime.EvoRunner;
12 import org.evosuite.runtime.EvoRunnerParameters;
13 import org.junit.runner.RunWith;
14
15 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
16 public class ArtifactInstallerExceptionESTest extends ArtifactInstallerExceptionESTestscaffolding {
17
18   @Test(timeout = 4000)
19   public void test0()  throws Throwable  {
20       ArtifactInstallerException artifactInstallerException0 = new ArtifactInstallerException("kD=Ua3[");
21       ArtifactInstallerException artifactInstallerException1 = new ArtifactInstallerException("kD=Ua3[", (Throwable) artifactInstallerException0);
22       assertFalse(artifactInstallerException1.equals((Object)artifactInstallerException0));
23   }
24 }