Raise JUnit coverage asdctool
[sdc.git] / asdctool / src / test / java / org / openecomp / sdc / asdctool / cli / CLIUtilsTest.java
1 package org.openecomp.sdc.asdctool.cli;
2
3 import org.apache.commons.cli.Option;
4 import org.junit.Test;
5
6 public class CLIUtilsTest {
7
8         @Test
9         public void testGetConfigurationPathOption() throws Exception {
10                 Option result;
11
12                 // default test
13                 result = CLIUtils.getConfigurationPathOption();
14         }
15 }