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

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

public class GlobalTypesGeneratorTest extends BaseResourceTranslationTest {

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

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

}