summaryrefslogtreecommitdiffstats
path: root/mso-api-handlers/mso-requests-db/src/test/java/org/openecomp/mso/requestsdb/HibernateUtilESTest.java
blob: 6ae0a641c87f806f6c257c68903ca004be301b1b (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
/*
 * This file was automatically generated by EvoSuite
 * Wed Dec 14 15:15:07 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.evosuite.runtime.PrivateAccess;
import org.junit.runner.RunWith;
import org.openecomp.mso.requestsdb.HibernateUtil;

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

  @Test(timeout = 4000)
  public void test0()  throws Throwable  {
      HibernateUtil hibernateUtil0 = (HibernateUtil)PrivateAccess.callDefaultConstructorOfTheClassUnderTest();
      assertNotNull(hibernateUtil0);
  }
}