Class FromClientSideTest1

java.lang.Object
org.apache.hadoop.hbase.client.FromClientSideTestBase
org.apache.hadoop.hbase.client.FromClientSideTest1
Direct Known Subclasses:
TestFromClientSide1, TestFromClientSide1WithCoprocessor, TestFromClientSide1WoUnsafe

Run tests that use the HBase clients; Table. Sets up the HBase mini cluster once at start and runs through all client tests. Each creates a table named for the method and does its stuff against that. Parameterized to run with different registry implementations. This class was split in three because it got too big when parameterized. Other classes are below.
See Also: