@Autowired
 @Override
 @SuppressWarnings({"SpringJavaAutowiredMembersInspection"})
 protected void setProjectSource(
     @Value("classpath*:${sdcct.data.soapui.dir.path}/soapui-sdcct-form-manager-fhir-project.xml")
         ResourceSource projectSrc) {
   super.setProjectSource(projectSrc);
 }
 @Override
 @Test
 public void testTestCase() throws Exception {
   super.testTestCase();
 }