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

import org.junit.Test;

public class DependsOnResourceBaseTranslationlTest extends BaseResourceTranslationTest {
  public DependsOnResourceBaseTranslationlTest() {
    inputFilesPath = "/mock/services/heattotosca/baseResourceTranslation/inputfiles";
    outputFilesPath = "/mock/services/heattotosca/baseResourceTranslation/expectedoutputfiles";
  }

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