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