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, toXMLpublic TestCellModel()
throws java.lang.Exception
java.lang.Exceptionprotected CellModel buildTestModel()
buildTestModel in class TestModelBase<CellModel>protected void checkModel(CellModel model)
checkModel in class TestModelBase<CellModel>public void testBuildModel()
throws java.lang.Exception
testBuildModel in class TestModelBase<CellModel>java.lang.Exceptionpublic void testFromXML()
throws java.lang.Exception
testFromXML in class TestModelBase<CellModel>java.lang.Exceptionpublic void testFromPB()
throws java.lang.Exception
testFromPB in class TestModelBase<CellModel>java.lang.Exception