X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Ftest%2Fjava%2Forg%2Fonap%2Faai%2Fbabel%2Futil%2FArtifactTestUtils.java;h=164c80b01373b752d651e6b5fb6e61e4ae8c61e0;hb=f6107af893b29094f84fb2eea2b9dd8acc78dc53;hp=df27c22fcb1f018a0e4c58657f814f0ee05fdb5b;hpb=d2215b5d8b6c8976a9540a9e4706c7bebca80aa2;p=aai%2Fbabel.git diff --git a/src/test/java/org/onap/aai/babel/util/ArtifactTestUtils.java b/src/test/java/org/onap/aai/babel/util/ArtifactTestUtils.java index df27c22..164c80b 100644 --- a/src/test/java/org/onap/aai/babel/util/ArtifactTestUtils.java +++ b/src/test/java/org/onap/aai/babel/util/ArtifactTestUtils.java @@ -52,9 +52,9 @@ import org.xml.sax.SAXException; */ public class ArtifactTestUtils { + public static final String CSAR_INPUTS_FOLDER = "compressedArtifacts/"; private static final String JSON_REQUESTS_FOLDER = "jsonFiles/"; private static final String JSON_RESPONSES_FOLDER = "response/"; - private static final String CSAR_INPUTS_FOLDER = "compressedArtifacts/"; /** * Initialize System Properties for test configuration files. @@ -69,7 +69,7 @@ public class ArtifactTestUtils { /** * Load the Widget to UUID mappings from the Artifact Generator Properties (resource). - * + * * @throws IOException * if the properties file is not loaded */ @@ -79,7 +79,7 @@ public class ArtifactTestUtils { /** * Load the Widget type mappings (resource). - * + * * @throws IOException * if the configuration file is not loaded */ @@ -158,7 +158,7 @@ public class ArtifactTestUtils { /** * Create Properties from the content of the named resource (e.g. a file on the classpath). - * + * * @param resourceName * the resource name * @return Properties loaded from the named resource