public class TestProcedureAdmin
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected static HBaseTestingUtility |
UTIL |
| Constructor and Description |
|---|
TestProcedureAdmin() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupTest() |
void |
setup() |
static void |
setupCluster() |
void |
tearDown() |
void |
testAbortNonExistProcedure() |
void |
testAbortProcedureFailure() |
void |
testAbortProcedureInterruptedNotAllowed() |
void |
testAbortProcedureSuccess() |
void |
testListProcedure() |
protected static final HBaseTestingUtility UTIL
public static void setupCluster()
throws java.lang.Exception
java.lang.Exceptionpublic static void cleanupTest()
throws java.lang.Exception
java.lang.Exceptionpublic void setup()
throws java.lang.Exception
java.lang.Exceptionpublic void tearDown()
throws java.lang.Exception
java.lang.Exceptionpublic void testAbortProcedureSuccess()
throws java.lang.Exception
java.lang.Exceptionpublic void testAbortProcedureFailure()
throws java.lang.Exception
java.lang.Exceptionpublic void testAbortProcedureInterruptedNotAllowed()
throws java.lang.Exception
java.lang.Exceptionpublic void testAbortNonExistProcedure()
throws java.lang.Exception
java.lang.Exceptionpublic void testListProcedure()
throws java.lang.Exception
java.lang.Exception