public class TestCellModel extends TestModelBase<CellModel>
| Constructor and Description |
|---|
TestCellModel() |
| Modifier and Type | Method and Description |
|---|---|
protected CellModel |
buildTestModel() |
protected void |
checkModel(CellModel model) |
void |
testBuildModel() |
void |
testFromPB() |
void |
testFromXML() |
fromJSON, fromPB, fromXML, testFromJSON, testToJSON, testToXML, toJSON, toPB, toXMLprotected CellModel buildTestModel()
buildTestModel in class TestModelBase<CellModel>protected void checkModel(CellModel model)
checkModel in class TestModelBase<CellModel>public void testBuildModel()
throws Exception
testBuildModel in class TestModelBase<CellModel>Exceptionpublic void testFromXML()
throws Exception
testFromXML in class TestModelBase<CellModel>Exceptionpublic void testFromPB()
throws Exception
testFromPB in class TestModelBase<CellModel>Exception