f72a2825bc0888acd3d74f1799110a7525a7c8c6
[sandbox-vid.git] /
1 package org.openecomp.aai.util;
2
3 import org.junit.Test;
4
5 public class JettyObfuscationConversionCommandLineUtilTest {
6
7         private JettyObfuscationConversionCommandLineUtil createTestSubject() {
8                 return new JettyObfuscationConversionCommandLineUtil();
9         }
10
11         
12         @Test
13         public void testMain() throws Exception {
14                 String[] args = new String[] { "" };
15
16                 // default test
17                 JettyObfuscationConversionCommandLineUtil.main(args);
18         }
19
20         
21 }