public abstract class AbstractTestShell extends Object
Modifier and Type | Field and Description |
---|---|
protected static org.jruby.embed.ScriptingContainer |
jruby |
private static org.slf4j.Logger |
LOG |
protected static HBaseTestingUtility |
TEST_UTIL |
Constructor and Description |
---|
AbstractTestShell() |
Modifier and Type | Method and Description |
---|---|
protected String |
getExcludeList()
Returns comma separated list of ruby script names for tests to skip
|
protected String |
getIncludeList()
Returns comma separated list of ruby script names for tests
|
static void |
setUpBeforeClass() |
protected static void |
setUpConfig() |
protected static void |
setUpJRubyRuntime() |
static void |
tearDownAfterClass() |
void |
testRunShellTests() |
private static final org.slf4j.Logger LOG
protected static final HBaseTestingUtility TEST_UTIL
protected static final org.jruby.embed.ScriptingContainer jruby
public AbstractTestShell()
protected static void setUpConfig() throws IOException
IOException
protected static void setUpJRubyRuntime()
protected String getIncludeList()
protected String getExcludeList()
public void testRunShellTests() throws IOException
IOException
public static void setUpBeforeClass() throws Exception
Exception
public static void tearDownAfterClass() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.