summaryrefslogtreecommitdiffstats
path: root/vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java')
-rw-r--r--vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java31
1 files changed, 0 insertions, 31 deletions
diff --git a/vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java b/vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java
deleted file mode 100644
index 7d318c74..00000000
--- a/vid-app-common/src/test/java/org/openecomp/vid/properties/VidPropertiesTest.java
+++ /dev/null
@@ -1,31 +0,0 @@
-package org.openecomp.vid.properties;
-
-import org.junit.Test;
-
-
-public class VidPropertiesTest {
-
- private VidProperties createTestSubject() {
- return new VidProperties();
- }
-
-
- @Test
- public void testGetAsdcModelNamespace() throws Exception {
- String result;
-
- // default test
- result = VidProperties.getAsdcModelNamespace();
- }
-
-
- @Test
- public void testGetPropertyWithDefault() throws Exception {
- String propName = "";
- String defaultValue = "";
- String result;
-
- // default test
- result = VidProperties.getPropertyWithDefault(propName, defaultValue);
- }
-} \ No newline at end of file