diff options
author | Francis Toth <francis.toth@yoppworks.com> | 2020-04-19 19:50:10 -0400 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-20 16:01:48 +0000 |
commit | c0b8bd2503b08f157f853683dbc993dc12603d09 (patch) | |
tree | 04392598075c7fb4b37013c9b286dd983ba2685c /asdctool/src/test | |
parent | e45d69b7da15226f88a8821a0d5ef55757e4a98a (diff) |
Remove props from ValidationConfigManager
Signed-off-by: Francis Toth <francis.toth@yoppworks.com>
Change-Id: I1c3a845c44722010e8933876e59752cef00937f0
Issue-ID: SDC-2499
Diffstat (limited to 'asdctool/src/test')
-rw-r--r-- | asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/config/ValidationConfigManagerTest.java | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/config/ValidationConfigManagerTest.java b/asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/config/ValidationConfigManagerTest.java index 4813cff764..efc7dd82a8 100644 --- a/asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/config/ValidationConfigManagerTest.java +++ b/asdctool/src/test/java/org/openecomp/sdc/asdctool/impl/validator/config/ValidationConfigManagerTest.java @@ -57,23 +57,6 @@ public class ValidationConfigManagerTest { } @Test - public void testSetValidationConfiguration() { - String path = ""; - Properties result; - - // default test - result = ValidationConfigManager.setValidationConfiguration(path); - } - - @Test - public void testGetValidationConfiguration() { - Properties result; - - // default test - result = ValidationConfigManager.getValidationConfiguration(); - } - - @Test public void testGetOutputFullFilePath() throws Exception { String result; |