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, toXMLpublic static final HBaseClassTestRule CLASS_RULE
private static final long TIMESTAMP
private static final byte[] COLUMN
private static final byte[] VALUE
public TestCellModel() throws Exception
Exceptionprotected 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>Exceptionpublic void testFromXML() throws Exception
testFromXML in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>Exceptionpublic void testFromPB() throws Exception
testFromPB in class TestModelBase<org.apache.hadoop.hbase.rest.model.CellModel>Exceptionpublic void testEquals() throws Exception
Exceptionpublic void testToString() throws Exception
ExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.