public class TestMultiVersions extends Object
HBaseTestingUtility.| Constructor and Description | 
|---|
TestMultiVersions()  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
after()  | 
void | 
before()  | 
static void | 
setUpBeforeClass()  | 
static void | 
tearDownAfterClass()  | 
void | 
testGetRowVersions()
Verifies versions across a cluster restart. 
 | 
void | 
testScanMultipleVersions()
Port of old TestScanMultipleVersions test here so can better utilize the
 spun up cluster running more than just a single test. 
 | 
void | 
testTimestamps()
Tests user specifiable time stamps putting, getting and scanning. 
 | 
public void before()
            throws MasterNotRunningException,
                   ZooKeeperConnectionException,
                   IOException
MasterNotRunningExceptionZooKeeperConnectionExceptionIOExceptionpublic void after()
           throws IOException
IOExceptionpublic void testTimestamps()
                    throws Exception
Port of old TestTimestamp test to here so can better utilize the spun up cluster running more than a single test per spin up. Keep old tests' crazyness.
Exceptionpublic void testGetRowVersions()
                        throws Exception
Exception