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 / vmmesmall / VmmeSmallTranslationTest.java
1 package org.openecomp.sdc.translator.services.heattotosca.fullvfexample.vmmesmall;
2
3 import org.openecomp.sdc.translator.services.heattotosca.impl.BaseResourceTranslationTest;
4 import org.junit.Test;
5
6 public class VmmeSmallTranslationTest extends BaseResourceTranslationTest {
7
8   {
9     inputFilesPath = "/mock/services/heattotosca/vmme_small/inputfiles";
10     outputFilesPath = "/mock/services/heattotosca/vmme_small/expectedoutputfiles";
11   }
12
13   @Test
14   public void testTranslate() throws Exception {
15     testTranslation();
16   }
17 }