summaryrefslogtreecommitdiffstats
path: root/adapters/mso-adapters-rest-interface/src/test/java/org/openecomp/mso/adapters/tenantrest/HealthCheckHandlerESTest.java
blob: b42f9da103241ba8bbaa0bb63bdda5fbd7a6af19 (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
/*
 * This file was automatically generated by EvoSuite
 * Mon Nov 14 09:28:25 GMT 2016
 */

package org.openecomp.mso.adapters.tenantrest;

import org.junit.Test;
import static org.junit.Assert.*;

import org.evosuite.runtime.EvoRunner;
import org.evosuite.runtime.EvoRunnerParameters;
import org.jboss.resteasy.specimpl.BuiltResponse;
import org.junit.runner.RunWith;

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

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      HealthCheckHandler healthCheckHandler0 = new HealthCheckHandler();
      BuiltResponse builtResponse0 = (BuiltResponse)healthCheckHandler0.healthcheck();
      assertFalse(builtResponse0.isClosed());
  }
}