dice-group / IGUANA

IGUANA is a benchmark execution framework for RDF triple stores and quad stores
http://iguana-benchmark.eu
GNU Affero General Public License v3.0
24 stars 15 forks source link

Upgrade to junit 5 #213

Closed nck-mlcnv closed 1 year ago

nck-mlcnv commented 1 year ago

This pr upgrades junit to junit 5. I should note that there might be some problems with running the tests in Intellij and the vintage-engine from junit 5. For some reason on my machine Intellij used junit 4.10 for the corecontroller module, which caused problems with the vintage-engine.

Actually migrating the tests to junit 5 should be done later.