aboutsummaryrefslogtreecommitdiffstats
path: root/appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java
diff options
context:
space:
mode:
Diffstat (limited to 'appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java')
-rw-r--r--appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java11
1 files changed, 4 insertions, 7 deletions
diff --git a/appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java b/appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java
index f828297b0..4ffbe5298 100644
--- a/appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java
+++ b/appc-config/appc-config-params/provider/src/test/java/org/openecomp/sdnc/config/params/transformer/tosca/TestGenerateArtifactString.java
@@ -33,15 +33,12 @@ import org.openecomp.sdnc.config.params.transformer.tosca.exceptions.ArtifactPro
import java.io.*;
import java.net.URL;
-/**
- * Created by pranavdi on 3/21/2017.
- */
public class TestGenerateArtifactString{
@Rule
public TemporaryFolder temporaryFolder = new TemporaryFolder();
-// @Test
+ @Test
public void testStringArtifactGenerator() throws IOException, ArtifactProcessorException {
String pdString = getFileContent("tosca/ExamplePropertyDefinition.yml");
@@ -60,7 +57,7 @@ public class TestGenerateArtifactString{
}
- // @Test
+ @Test
public void testArtifactGeneratorWithParameterNameBlank() throws IOException, ArtifactProcessorException {
String pdString = getFileContent("tosca/ExamplePropertyDefinition2.yml");
@@ -81,7 +78,7 @@ public class TestGenerateArtifactString{
outstream.close();
}
- // @Test
+ @Test
public void testArtifactGeneratorWithParameterNameNull() throws IOException, ArtifactProcessorException {
String pdString = getFileContent("tosca/ExamplePropertyDefinition3.yml");
@@ -102,7 +99,7 @@ public class TestGenerateArtifactString{
outstream.close();
}
- // @Test
+ @Test
public void testArtifactGeneratorWithKindNull() throws IOException, ArtifactProcessorException {
String pdString = getFileContent("tosca/ExamplePropertyDefinition4.yml");