push addional code
[sdc.git] / openecomp-be / lib / openecomp-sdc-translator-lib / openecomp-sdc-translator-core / src / test / java / org / openecomp / sdc / translator / impl / heattotosca / nested / separatevol / NestedAndSeparateVolTranslationTest.java
1 package org.openecomp.sdc.translator.impl.heattotosca.nested.separatevol;
2
3 import org.openecomp.sdc.translator.services.heattotosca.impl.BaseResourceTranslationTest;
4 import org.junit.Before;
5 import org.junit.Test;
6
7 import java.io.IOException;
8
9 public class NestedAndSeparateVolTranslationTest extends BaseResourceTranslationTest {
10
11   @Before
12   public void setUp() throws IOException {
13     inputFilesPath = "/mock/services/heattotosca/hot-nimbus-oam-volumes_v1.0/inputfiles";
14     outputFilesPath = "/mock/services/heattotosca/hot-nimbus-oam-volumes_v1.0/out";
15     super.setUp();
16   }
17
18   @Test
19   public void testTranslate() throws Exception {
20     testTranslation();
21   }
22 }