vitruv-tools / Vitruv

View-based Development and Model Consistency Framework
http://vitruv.tools
Eclipse Public License 1.0
14 stars 19 forks source link

Bidirectional execution in test domains #513

Closed HeikoKlare closed 2 years ago

HeikoKlare commented 2 years ago

Transformations should/will usually be executed bidirectionally. The framework tests (Reactions, Commonalities, V-SUM) tests currently only execute the test change propagation specifications in one direction. With this PR, their execution is performed in both directions until a fixed point is reached.

This PR makes the following changes: