1 package org.openecomp.sdc.asdctool.impl.validator.executers;
3 import javax.annotation.Generated;
8 public class ServiceValidatorExecuterTest {
10 private ServiceValidatorExecuter createTestSubject() {
11 return new ServiceValidatorExecuter();
19 public void testGetName() throws Exception {
20 ServiceValidatorExecuter testSubject;
24 testSubject = createTestSubject();
25 result = testSubject.getName();