Initial OpenECOMP MSO commit
[so.git] / bpmn / MSOCoreBPMN / src / test / java / org / openecomp / mso / bpmn / core / BPMNLoggerESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Nov 14 11:35:04 GMT 2016
4  */
5
6 package org.openecomp.mso.bpmn.core;
7
8 import org.junit.Test;
9 import org.evosuite.runtime.EvoRunner;
10 import org.evosuite.runtime.EvoRunnerParameters;
11 import org.junit.runner.RunWith;
12
13 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
14 public class BPMNLoggerESTest extends BPMNLoggerESTestscaffolding {
15
16   @Test(timeout = 4000)
17   public void test0()  throws Throwable  {
18       BPMNLogger.debug("true", "<,A1M\"[ K3\\u");
19   }
20
21   @Test(timeout = 4000)
22   public void test1()  throws Throwable  {
23       BPMNLogger.debug("trud", (String) null);
24   }
25
26   @Test(timeout = 4000)
27   public void test2()  throws Throwable  {
28       BPMNLogger bPMNLogger0 = new BPMNLogger();
29   }
30 }