public class TestRowModel extends TestModelBase<org.apache.hadoop.hbase.rest.model.RowModel>
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN1 |
private static byte[] |
ROW1 |
private static long |
TIMESTAMP1 |
private static byte[] |
VALUE1 |
| Constructor and Description |
|---|
TestRowModel() |
| Modifier and Type | Method and Description |
|---|---|
protected org.apache.hadoop.hbase.rest.model.RowModel |
buildTestModel() |
protected void |
checkModel(org.apache.hadoop.hbase.rest.model.RowModel model) |
void |
testEquals() |
void |
testFromPB() |
void |
testToString() |
fromJSON, fromPB, fromXML, testBuildModel, testFromJSON, testFromXML, testToJSON, testToXML, toJSON, toPB, toXMLpublic static final HBaseClassTestRule CLASS_RULE
private static final byte[] ROW1
private static final byte[] COLUMN1
private static final byte[] VALUE1
private static final long TIMESTAMP1
public TestRowModel() throws Exception
Exceptionprotected org.apache.hadoop.hbase.rest.model.RowModel buildTestModel()
buildTestModel in class TestModelBase<org.apache.hadoop.hbase.rest.model.RowModel>protected void checkModel(org.apache.hadoop.hbase.rest.model.RowModel model)
checkModel in class TestModelBase<org.apache.hadoop.hbase.rest.model.RowModel>public void testFromPB() throws Exception
testFromPB in class TestModelBase<org.apache.hadoop.hbase.rest.model.RowModel>Exceptionpublic void testEquals() throws Exception
Exceptionpublic void testToString() throws Exception
ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.