1 package org.openecomp.sdc.asdctool.impl.validator.executers;
6 public class ServiceValidatorExecuterTest {
8 private ServiceValidatorExecuter createTestSubject() {
9 return new ServiceValidatorExecuter();
17 public void testGetName() throws Exception {
18 ServiceValidatorExecuter testSubject;
22 testSubject = createTestSubject();
23 result = testSubject.getName();