We will be creating tests for the vehicle table, which is a table that supports inheritance. The tool will not create a nested entity, so we must create one per type of table:
- First, we need to create an entity for the Vehicle Group. Open the ConVMSVehicleGroup table in the designer.
- Right-click on the table name in the designer pane and select Add ins | Generate Atl entity.
- In the dialog that opens, multi-select the fields on the left and click Add. Change the Destination model to ConVehicleManagementTest. The result should look as follows:
- Click Generate. The tool will look for an open project that is in a package ...