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

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

public class TranslateHeatNestedSingle extends BaseResourceTranslationTest {

  {
    inputFilesPath = "/mock/heat/nested/single/inputs";
    outputFilesPath = "/mock/heat/nested/single/expectedoutputfiles";
  }

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