refactorfirst / RefactorFirst

Identifies and prioritizes God Classes Highly Coupled classes, and Class Cycles in Java codebases you should refactor first.
Apache License 2.0
459 stars 42 forks source link

Missing Support for temporary files? #17

Open khmarbaise opened 3 years ago

khmarbaise commented 3 years ago

There is written in the README:

Move from JUnit 4 to Junit 5. Junit 5 is lacking the support for temporary files that JUnit 4 provides.

Doesn't that fit you need: https://junit.org/junit5/docs/current/user-guide/#writing-tests-built-in-extensions-TempDirectory

jimbethancourt commented 3 years ago

Thank you @khmarbaise - I'll give it a try 😊