Initial OpenECOMP MSO commit
[so.git] / status-control / src / test / java / org / openecomp / mso / HealthCheckUtilsESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Nov 14 08:26:24 GMT 2016
4  */
5
6 package org.openecomp.mso;
7
8 import org.junit.Test;
9 import static org.junit.Assert.*;
10
11 import org.openecomp.mso.logger.MsoLogger;
12 import org.openecomp.mso.properties.MsoJavaProperties;
13 import org.evosuite.runtime.EvoRunner;
14 import org.evosuite.runtime.EvoRunnerParameters;
15 import org.junit.runner.RunWith;
16
17 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
18 public class HealthCheckUtilsESTest extends HealthCheckUtilsESTestscaffolding {
19
20   @Test(timeout = 4000)
21   public void test0()  throws Throwable  {
22       HealthCheckUtils healthCheckUtils0 = new HealthCheckUtils();
23       MsoJavaProperties msoJavaProperties0 = healthCheckUtils0.loadTopologyProperties();
24       assertNull(msoJavaProperties0);
25   }
26
27   @Test(timeout = 4000)
28   public void test1()  throws Throwable  {
29       HealthCheckUtils healthCheckUtils0 = new HealthCheckUtils();
30       MsoLogger.Catalog msoLogger_Catalog0 = MsoLogger.Catalog.BPEL;
31       MsoLogger msoLogger0 = MsoLogger.getMsoLogger(msoLogger_Catalog0);
32       boolean boolean0 = healthCheckUtils0.configFileCheck(msoLogger0, 0L, "58zhaz/qbA");
33       assertFalse(boolean0);
34   }
35
36   @Test(timeout = 4000)
37   public void test2()  throws Throwable  {
38       HealthCheckUtils healthCheckUtils0 = new HealthCheckUtils();
39       MsoLogger.Catalog msoLogger_Catalog0 = MsoLogger.Catalog.BPEL;
40       MsoLogger msoLogger0 = MsoLogger.getMsoLogger(msoLogger_Catalog0);
41       boolean boolean0 = healthCheckUtils0.requestDBCheck(msoLogger0, 0L);
42       assertFalse(boolean0);
43   }
44 }