eclipse / epsilon

Epsilon is a family of Java-based scripting languages for automating common model-based software engineering tasks, such as code generation, model-to-model transformation and model validation, that work out of the box with EMF (including Xtext and Sirius), UML (including Cameo/MagicDraw), Simulink, XML and other types of models.
https://eclipse.org/epsilon
Eclipse Public License 2.0
55 stars 11 forks source link

Add add-opens option to unit surefire test suite #12

Closed alfonsodelavega closed 1 year ago

alfonsodelavega commented 1 year ago

The unit surefire test suite did not have the add-opens parameters required to run tests with reflection in modern Java versions.

This pull request adds just that.

Note that the unit test suite is not currently run in Jenkins, it's only for local testing.