blob: 344e88d9f23f24d4cd9ac595313eaa04ff1bf27b [file] [log] [blame]
/*
* Copyright 2016, Yahoo! Inc.
* Licensed under the terms of the Apache License 2.0. See LICENSE file at the project root for terms.
*/
package com.yahoo.sketches.cmd;
//import static org.testng.Assert.*;
//import static com.yahoo.sketches.CommandLine.*;
import org.testng.annotations.Test;
public class CommandLineTest {
@Test
public void checkHelp() {
//CommandLine.help();
}
@Test
public void checkUniq() {
//CommandLine.
}
}