gosu-lang / gradle-gosu-plugin

BSD 3-Clause "New" or "Revised" License
5 stars 7 forks source link

Refactor JUnit tests to use JUnit 5 #60

Open DPUkyle opened 2 weeks ago

DPUkyle commented 2 weeks ago

... and remove JUnit 4 dependency

DPUkyle commented 2 weeks ago

I briefly experimented with this, even removing the JUnit 4 jar entirely. The loss of JUnit 4's @Rule combined with the TemporaryFolder type is a pretty major setback.

Some alternative ideas:

Regardless, I'd want to spend some more time thinking about how to best refactor this code - and if the effort is worth the return. More research is needed.