public class TestTableSchemaModel extends TestModelBase<TableSchemaModel>
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
TABLE_NAME |
| Constructor and Description |
|---|
TestTableSchemaModel() |
| Modifier and Type | Method and Description |
|---|---|
protected TableSchemaModel |
buildTestModel() |
TableSchemaModel |
buildTestModel(java.lang.String name) |
protected void |
checkModel(TableSchemaModel model) |
void |
checkModel(TableSchemaModel model,
java.lang.String tableName) |
void |
testBuildModel() |
void |
testFromPB() |
void |
testFromXML() |
fromJSON, fromPB, fromXML, testFromJSON, testToJSON, testToXML, toJSON, toPB, toXMLpublic static final java.lang.String TABLE_NAME
public TestTableSchemaModel()
throws java.lang.Exception
java.lang.Exceptionprotected TableSchemaModel buildTestModel()
buildTestModel in class TestModelBase<TableSchemaModel>public TableSchemaModel buildTestModel(java.lang.String name)
protected void checkModel(TableSchemaModel model)
checkModel in class TestModelBase<TableSchemaModel>public void checkModel(TableSchemaModel model, java.lang.String tableName)
public void testBuildModel()
throws java.lang.Exception
testBuildModel in class TestModelBase<TableSchemaModel>java.lang.Exceptionpublic void testFromXML()
throws java.lang.Exception
testFromXML in class TestModelBase<TableSchemaModel>java.lang.Exceptionpublic void testFromPB()
throws java.lang.Exception
testFromPB in class TestModelBase<TableSchemaModel>java.lang.Exception