aboutsummaryrefslogtreecommitdiffstats
path: root/status-control/src/test/java/org/openecomp/mso/HealthCheckUtilsESTest.java
blob: 3fa901c51a52c037dfc9b9e2b984fec19959a5b5 (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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
/*
 * This file was automatically generated by EvoSuite
 * Mon Nov 14 08:26:24 GMT 2016
 */

package org.openecomp.mso;

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

import org.openecomp.mso.logger.MsoLogger;
import org.openecomp.mso.properties.MsoJavaProperties;
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 HealthCheckUtilsESTest extends HealthCheckUtilsESTestscaffolding {

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      HealthCheckUtils healthCheckUtils0 = new HealthCheckUtils();
      MsoJavaProperties msoJavaProperties0 = healthCheckUtils0.loadTopologyProperties();
      assertNull(msoJavaProperties0);
  }

  @Test(timeout = 4000)
  public void test1()  throws Throwable  {
      HealthCheckUtils healthCheckUtils0 = new HealthCheckUtils();
      MsoLogger.Catalog msoLogger_Catalog0 = MsoLogger.Catalog.BPEL;
      MsoLogger msoLogger0 = MsoLogger.getMsoLogger(msoLogger_Catalog0);
      boolean boolean0 = healthCheckUtils0.configFileCheck(msoLogger0, 0L, "58zhaz/qbA");
      assertFalse(boolean0);
  }

  @Test(timeout = 4000)
  public void test2()  throws Throwable  {
      HealthCheckUtils healthCheckUtils0 = new HealthCheckUtils();
      MsoLogger.Catalog msoLogger_Catalog0 = MsoLogger.Catalog.BPEL;
      MsoLogger msoLogger0 = MsoLogger.getMsoLogger(msoLogger_Catalog0);
      boolean boolean0 = healthCheckUtils0.requestDBCheck(msoLogger0, 0L);
      assertFalse(boolean0);
  }
}