push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / java / org / openecomp / sdc / translator / impl / heattotosca / nested / single / TranslateHeatNestedSingle.java
1 package org.openecomp.sdc.translator.impl.heattotosca.nested.single;
2
3 import org.openecomp.sdc.translator.services.heattotosca.impl.BaseResourceTranslationTest;
4 import org.junit.Test;
5
6 public class TranslateHeatNestedSingle extends BaseResourceTranslationTest {
7
8   {
9     inputFilesPath = "/mock/heat/nested/single/inputs";
10     outputFilesPath = "/mock/heat/nested/single/expectedoutputfiles";
11   }
12
13   @Test
14   public void testTranslate() throws Exception {
15     testTranslation();
16   }
17 }