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, toXML
public 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
Exception
protected 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>
Exception
public void testEquals() throws Exception
Exception
public void testToString() throws Exception
Exception
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.