Raise JUnit coverage asdctool
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / impl / validator / config / ValidationConfigManagerTest.java
index 1dd5926..f639c8a 100644 (file)
@@ -55,4 +55,23 @@ public class ValidationConfigManagerTest {
                // default test
                result = ValidationConfigManager.getValidationConfiguration();
        }
+
+
+       @Test
+       public void testGetOutputFullFilePath() throws Exception {
+       String result;
+       
+       // default test
+       result=ValidationConfigManager.getOutputFullFilePath();
+       }
+
+
+       @Test
+       public void testSetOutputFullFilePath() throws Exception {
+       String outputPath = "";
+       
+       
+       // default test
+       ValidationConfigManager.setOutputFullFilePath(outputPath);
+       }
 }
\ No newline at end of file