public class TestDurability extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
String |
walProvider |
| Constructor and Description |
|---|
TestDurability() |
| Modifier and Type | Method and Description |
|---|---|
static Iterable<Object[]> |
data() |
void |
setUp() |
static void |
setUpBeforeClass() |
void |
tearDown() |
static void |
tearDownAfterClass() |
void |
testDurability() |
void |
testIncrement() |
void |
testIncrementWithReturnResultsSetToFalse()
Test when returnResults set to false in increment it should not return the result instead it
resturn null.
|
public static final HBaseClassTestRule CLASS_RULE
public String walProvider
public org.junit.rules.TestName name
public TestDurability()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void setUp()
public void tearDown() throws IOException
IOExceptionpublic void testDurability() throws Exception
Exceptionpublic void testIncrement() throws Exception
Exceptionpublic void testIncrementWithReturnResultsSetToFalse() throws Exception
ExceptionCopyright © 2007–2019 Cloudera. All rights reserved.