aboutsummaryrefslogtreecommitdiffstats
path: root/adapters/mso-adapters-rest-interface/src/test/java/org/openecomp/mso/adapters/sdncrest/SDNCErrorCommonESTest.java
blob: 047735f8d9657f148b9e250bd9da004a10ab80e1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
/*
 * This file was automatically generated by EvoSuite
 * Mon Feb 20 14:06:32 GMT 2017
 */

package org.openecomp.mso.adapters.sdncrest;

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 SDNCErrorCommonESTest extends SDNCErrorCommonESTestscaffolding {

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      SDNCServiceError sDNCServiceError0 = new SDNCServiceError();
      assertNull(sDNCServiceError0.getAckFinalIndicator());
  }

  @Test(timeout = 4000)
  public void test1()  throws Throwable  {
      SDNCServiceError sDNCServiceError0 = new SDNCServiceError("8F;T;=}$'$-(v5P;/wC", "8F;T;=}$'$-(v5P;/wC", "", "");
      assertEquals("8F;T;=}$'$-(v5P;/wC", sDNCServiceError0.getSDNCRequestId());
  }
}