344c439f4b50f9056615680151407c484f7e444f
[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 ServiceValidatorExecuterTest {
9
10         private ServiceValidatorExecuter createTestSubject() {
11                 return new ServiceValidatorExecuter();
12         }
13
14         
15
16
17         
18         @Test
19         public void testGetName() throws Exception {
20                 ServiceValidatorExecuter testSubject;
21                 String result;
22
23                 // default test
24                 testSubject = createTestSubject();
25                 result = testSubject.getName();
26         }
27 }