rascal icon indicating copy to clipboard operation
rascal copied to clipboard

port junit4 tests to junit5

Open jurgenvinju opened this issue 4 years ago • 3 comments
trafficstars

Because the compiler generates junit5 tests (see usethesource/rascalcore project) we can not run Rascal interpreter-based tests in the same project where the compiler is also used.

A really complex maven pom.xml might be able to run both junit4 and junit5 tests, but it would be better if we can avoid this complexity.

so the proposal is to rewrite the JUnitTestRunners for Rascal (parallel and not parallel) to the JUnit5 framework.

are there any volunteers?

jurgenvinju avatar Jun 10 '21 14:06 jurgenvinju