public class TestTableInfoModel extends TestModelBase<TableInfoModel>
| Constructor and Description |
|---|
TestTableInfoModel() |
| Modifier and Type | Method and Description |
|---|---|
protected TableInfoModel |
buildTestModel() |
protected void |
checkModel(TableInfoModel model) |
void |
testBuildModel() |
void |
testFromPB() |
void |
testFromXML() |
fromJSON, fromPB, fromXML, testFromJSON, testToJSON, testToXML, toJSON, toPB, toXMLpublic TestTableInfoModel()
throws java.lang.Exception
java.lang.Exceptionprotected TableInfoModel buildTestModel()
buildTestModel in class TestModelBase<TableInfoModel>protected void checkModel(TableInfoModel model)
checkModel in class TestModelBase<TableInfoModel>public void testBuildModel()
throws java.lang.Exception
testBuildModel in class TestModelBase<TableInfoModel>java.lang.Exceptionpublic void testFromXML()
throws java.lang.Exception
testFromXML in class TestModelBase<TableInfoModel>java.lang.Exceptionpublic void testFromPB()
throws java.lang.Exception
testFromPB in class TestModelBase<TableInfoModel>java.lang.Exception