public class IntegrationTestsDriver extends org.apache.hadoop.hbase.util.AbstractHBaseTool
| Modifier and Type | Class and Description |
|---|---|
private class |
IntegrationTestsDriver.IntegrationTestFilter |
| Modifier and Type | Field and Description |
|---|---|
private IntegrationTestsDriver.IntegrationTestFilter |
intTestFilter |
private static org.slf4j.Logger |
LOG |
private static String |
LONG_REGEX_ARG |
private static String |
SHORT_REGEX_ARG |
| Constructor and Description |
|---|
IntegrationTestsDriver() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
addOptions() |
protected int |
doWork() |
private Class<?>[] |
findIntegrationTestClasses()
Returns test classes annotated with @Category(IntegrationTests.class),
according to the filter specific on the command line (if any).
|
static void |
main(String[] args) |
protected void |
processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd) |
addOption, addOptNoArg, addOptNoArg, addOptWithArg, addOptWithArg, addRequiredOption, addRequiredOptWithArg, addRequiredOptWithArg, doStaticMain, getConf, getOptionAsDouble, getOptionAsInt, getOptionAsLong, newParser, parseArgs, parseInt, parseLong, printUsage, printUsage, processOldArgs, run, setConfprivate static final String SHORT_REGEX_ARG
private static final String LONG_REGEX_ARG
private static final org.slf4j.Logger LOG
private IntegrationTestsDriver.IntegrationTestFilter intTestFilter
public IntegrationTestsDriver()
protected void addOptions()
addOptions in class org.apache.hadoop.hbase.util.AbstractHBaseToolprotected void processOptions(org.apache.hbase.thirdparty.org.apache.commons.cli.CommandLine cmd)
processOptions in class org.apache.hadoop.hbase.util.AbstractHBaseToolprivate Class<?>[] findIntegrationTestClasses() throws ClassNotFoundException, LinkageError, IOException
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.