1 package org.openecomp.aai.util;
5 public class JettyObfuscationConversionCommandLineUtilTest {
7 private JettyObfuscationConversionCommandLineUtil createTestSubject() {
8 return new JettyObfuscationConversionCommandLineUtil();
13 public void testMain() throws Exception {
14 String[] args = new String[] { "" };
17 JettyObfuscationConversionCommandLineUtil.main(args);