aboutsummaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-requests-db/src/test/java/org/openecomp/mso/requestsdb/InfraActiveRequestsESTest.java
blob: 96ed0bea83a7ccebcd69cb253d857cf1ea4cfb8b (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
29
/*
 * This file was automatically generated by EvoSuite
 * Wed Dec 14 15:13:40 GMT 2016
 */

package org.openecomp.mso.requestsdb;

import org.junit.Test;
import static org.junit.Assert.*;
import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.junit.runner.RunWith;
import org.openecomp.mso.requestsdb.InfraActiveRequests;

@RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
public class InfraActiveRequestsESTest extends InfraActiveRequestsESTestscaffolding {

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      InfraActiveRequests infraActiveRequests0 = new InfraActiveRequests();
      assertNull(infraActiveRequests0.getVolumeGroupId());
  }

  @Test(timeout = 4000)
  public void test1()  throws Throwable  {
      InfraActiveRequests infraActiveRequests0 = new InfraActiveRequests("#)r", "#)r");
      assertNull(infraActiveRequests0.getNetworkName());
  }
}