-
Notifications
You must be signed in to change notification settings - Fork 3
Transformation Test Models
Sebastian edited this page Feb 9, 2017
·
13 revisions
The EnterpriseArchitectBridge contains a transformation from the EA object model to the papyrus UML meta model. There are several models to test the behavior of the database mapping and transformation.
To create a new model with test cases, follow theses steps:
- Initialize a database, follow these instructions
- Create a (class) model in Enterprise Architect
- Use Liquibase to convert the database into a changelog file
- Copy the changelog file into the cloned project, create a test class
- Use the provided code to generate a XMI-File with the given meta model
- Write your own test code for the given model (example 1, example 2).