0d75c4d8b2883266c4a145896ec000d7a241443f
[sdc.git] /
1 package org.openecomp.sdc.asdctool.impl.validator.executers;
2
3 import javax.annotation.Generated;
4
5 import org.junit.Test;
6
7
8 public class VfValidatorExecuterTest {
9
10         private VfValidatorExecuter createTestSubject() {
11                 return new VfValidatorExecuter();
12         }
13
14
15         
16         @Test
17         public void testGetName() throws Exception {
18                 VfValidatorExecuter testSubject;
19                 String result;
20
21                 // default test
22                 testSubject = createTestSubject();
23                 result = testSubject.getName();
24         }
25 }