Closed Pr0methean closed 6 years ago
Is it better to gradually pass unit tests on a newer version of Junit? It has backward compatibility, so you do not have to do it at the same time only successively.
Yes, the rest will be done gradually. This PR covers only the simple cases.
Oh wait, are you asking about the opposite -- splitting up this PR to convert one test at a time? I've been told that doing refactors that way creates too many different PRs and spams people's notifications.
Tests that use PowerMock will have to use the Vintage API until powermock/powermock#830 is fixed, but this PR converts all others to the Jupiter API (i.e. makes them real JUnit 5 tests, instead of JUnit 4 tests running on JUnit 5).