[SDC] Onboarding 1710 rebase.
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / java / org / openecomp / sdc / translator / services / heattotosca / impl / fulltest / UnifiedCompositionSingleSubstitutionFullTest.java
index 2780b72..1332814 100644 (file)
@@ -224,4 +224,14 @@ public class UnifiedCompositionSingleSubstitutionFullTest extends BaseFullTransl
 
     testTranslationWithInit();
   }
+
+  @Test
+  public void testInputOutputParameterTypes() throws IOException {
+    inputFilesPath =
+        "/mock/services/heattotosca/fulltest/singleSubstitution/inputOutputParamType/in";
+    outputFilesPath =
+        "/mock/services/heattotosca/fulltest/singleSubstitution/inputOutputParamType/out";
+
+    testTranslationWithInit();
+  }
 }