Shorter name for test class

This commit renames the ElasticsearchCommandLineParsingTests to
ElasticsearchCliTests.
This commit is contained in:
Jason Tedor 2016-03-15 11:22:53 -04:00
parent 2f7e181318
commit d1b85f69ef

View File

@ -40,7 +40,7 @@ import static org.hamcrest.CoreMatchers.containsString;
import static org.hamcrest.CoreMatchers.equalTo;
import static org.hamcrest.Matchers.hasEntry;
public class ElasticsearchCommandLineParsingTests extends ESTestCase {
public class ElasticsearchCliTests extends ESTestCase {
public void testVersion() throws Exception {
runTestThatVersionIsMutuallyExclusiveToOtherOptions("-V", "-d");