f2a20f89e7d555456d4a44745f34df4ed8510198
[so.git] /
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Nov 14 09:37:19 GMT 2016
4  */
5
6 package org.openecomp.mso.adapters.network.async.client;
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 DeleteNetworkNotificationResponseESTest extends DeleteNetworkNotificationResponseESTestscaffolding {
15
16   @Test(timeout = 4000)
17   public void test0()  throws Throwable  {
18       DeleteNetworkNotificationResponse deleteNetworkNotificationResponse0 = new DeleteNetworkNotificationResponse();
19   }
20 }