aboutsummaryrefslogtreecommitdiffstats
path: root/openecomp-be/lib/openecomp-sdc-translator-lib/openecomp-sdc-translator-core/src/test/java/org/openecomp/sdc/translator/services/heattotosca/fullvfexample/vmmesmall/VmmeSmallTranslationTest.java
blob: 4db0bdf3399061223205087928476c26b3f631e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package org.openecomp.sdc.translator.services.heattotosca.fullvfexample.vmmesmall;

import org.openecomp.sdc.translator.services.heattotosca.impl.BaseResourceTranslationTest;
import org.junit.Test;

public class VmmeSmallTranslationTest extends BaseResourceTranslationTest {

  {
    inputFilesPath = "/mock/services/heattotosca/vmme_small/inputfiles";
    outputFilesPath = "/mock/services/heattotosca/vmme_small/expectedoutputfiles";
  }

  @Test
  public void testTranslate() throws Exception {
    testTranslation();
  }
}