Initial OpenECOMP MSO commit
[so.git] / adapters / mso-adapter-utils / src / test / java / org / openecomp / mso / openstack / exceptions / MsoStackAlreadyExistsESTest.java
1 /*
2  * This file was automatically generated by EvoSuite
3  * Mon Nov 14 08:55:08 GMT 2016
4  */
5
6 package org.openecomp.mso.openstack.exceptions;
7
8 import org.junit.Test;
9 import static org.junit.Assert.*;
10
11 import org.evosuite.runtime.EvoRunner;
12 import org.evosuite.runtime.EvoRunnerParameters;
13 import org.junit.runner.RunWith;
14
15 @RunWith(EvoRunner.class) @EvoRunnerParameters(mockJVMNonDeterminism = true, useVFS = true, useVNET = true, resetStaticState = true, useJEE = true) 
16 public class MsoStackAlreadyExistsESTest extends MsoStackAlreadyExistsESTestscaffolding {
17
18   @Test(timeout = 4000)
19   public void test0()  throws Throwable  {
20       MsoStackAlreadyExists msoStackAlreadyExists0 = new MsoStackAlreadyExists("", "", "");
21       assertEquals(MsoExceptionCategory.OPENSTACK, msoStackAlreadyExists0.getCategory());
22   }
23 }