public class TestCellModel extends TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN |
private static long |
TIMESTAMP |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestCellModel() |
Modifier and Type | Method and Description |
---|---|
protected org.apache.hadoop.hbase.rest.model.CellModel |
buildTestModel() |
protected void |
checkModel(org.apache.hadoop.hbase.rest.model.CellModel model) |
void |
testBuildModel() |
void |
testEquals() |
void |
testFromPB() |
void |
testFromXML() |
void |
testToString() |
fromJSON, fromPB, fromXML, testFromJSON, testToJSON, testToXML, toJSON, toPB, toXML
public static final HBaseClassTestRule CLASS_RULE
private static final long TIMESTAMP
private static final byte[] COLUMN
private static final byte[] VALUE
public TestCellModel() throws Exception
Exception
protected org.apache.hadoop.hbase.rest.model.CellModel buildTestModel()
buildTestModel
in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>
protected void checkModel(org.apache.hadoop.hbase.rest.model.CellModel model)
checkModel
in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>
public void testBuildModel() throws Exception
testBuildModel
in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>
Exception
public void testFromXML() throws Exception
testFromXML
in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>
Exception
public void testFromPB() throws Exception
testFromPB
in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>
Exception
public void testEquals() throws Exception
Exception
public void testToString() throws Exception
Exception
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.