ModelDriven / Alf-Reference-Implementation

Open-source implementation of the Action Language for fUML (Alf) specification.
30 stars 2 forks source link

Run Alf parser against sample files for regression testing #85

Closed abstratt closed 5 years ago

abstratt commented 5 years ago

It should be easy to spot regressions if we could run the Alf parser against the library of sample files, as a (dynamically computed) set of JUnit tests.

abstratt commented 5 years ago

This will be fixed when #75 is addressed. The required changes went into that issue's branch.

abstratt commented 5 years ago

Fixed in the context of #75.