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

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

public class Translate_Heat_Nested_From_Multi_Base extends BaseResourceTranslationTest {

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

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

}