047735f8d9657f148b9e250bd9da004a10ab80e1
[so.git] / adapters / mso-adapters-rest-interface / src / test / java / org / openecomp / mso / adapters / sdncrest / SDNCErrorCommonESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Feb 20 14:06:32 GMT 2017
4  */
5
6 package org.openecomp.mso.adapters.sdncrest;
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 SDNCErrorCommonESTest extends SDNCErrorCommonESTestscaffolding {
16
17   @Test(timeout = 4000)
18   public void test0()  throws Throwable  {
19       SDNCServiceError sDNCServiceError0 = new SDNCServiceError();
20       assertNull(sDNCServiceError0.getAckFinalIndicator());
21   }
22
23   @Test(timeout = 4000)
24   public void test1()  throws Throwable  {
25       SDNCServiceError sDNCServiceError0 = new SDNCServiceError("8F;T;=}$'$-(v5P;/wC", "8F;T;=}$'$-(v5P;/wC", "", "");
26       assertEquals("8F;T;=}$'$-(v5P;/wC", sDNCServiceError0.getSDNCRequestId());
27   }
28 }