public class TestRemoteTable
extends java.lang.Object
| Constructor and Description |
|---|
TestRemoteTable() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testCheckAndDelete() |
void |
testDelete() |
void |
testGet() |
void |
testGetTableDescriptor() |
void |
testIteratorScaner()
Test RemoteHable.Scanner.iterator method
|
void |
testMultiGet() |
void |
testPut() |
void |
testResponse()
Test a some methods of class Response.
|
void |
testScanner()
Test RemoteHTable.Scanner
|
public static void setUpBeforeClass()
throws java.lang.Exception
java.lang.Exceptionpublic void before()
throws java.lang.Exception
java.lang.Exceptionpublic void after()
throws java.lang.Exception
java.lang.Exceptionpublic static void tearDownAfterClass()
throws java.lang.Exception
java.lang.Exceptionpublic void testGetTableDescriptor()
throws java.io.IOException
java.io.IOExceptionpublic void testGet()
throws java.io.IOException
java.io.IOExceptionpublic void testMultiGet()
throws java.lang.Exception
java.lang.Exceptionpublic void testPut()
throws java.io.IOException
java.io.IOExceptionpublic void testDelete()
throws java.io.IOException
java.io.IOExceptionpublic void testScanner()
throws java.io.IOException
java.io.IOExceptionpublic void testCheckAndDelete()
throws java.io.IOException
java.io.IOExceptionpublic void testIteratorScaner()
throws java.io.IOException
java.io.IOExceptionpublic void testResponse()