Package org.apache.hadoop.hbase.client
Interface RubyShellTest
- All Known Implementing Classes:
AbstractTestShell
,TestAdminShell
,TestListTablesShell
,TestQuotasShell
,TestReplicationShell
,TestRSGroupShell
,TestShell
,TestShellNoCluster
,TestTableShell
public interface RubyShellTest
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionstatic void
doTestSetup
(RubyShellTest test) default String
Returns comma separated list of ruby script names for tests to skipdefault String
Returns comma separated list of ruby script names for testsorg.jruby.embed.ScriptingContainer
getJRuby()
static void
setUpConfig
(RubyShellTest test) static void
static void
-
Field Details
-
LOG
-
-
Method Details
-
getTEST_UTIL
-
getJRuby
org.jruby.embed.ScriptingContainer getJRuby() -
getIncludeList
Returns comma separated list of ruby script names for tests -
getExcludeList
Returns comma separated list of ruby script names for tests to skip -
getSuitePattern
-
setUpConfig
- Throws:
IOException
-
setUpJRubyRuntime
-
doTestSetup
-
testRunShellTests
- Throws:
IOException
-