I think people misunderstand the lifecycle of JUni...
# minutest
r
I think people misunderstand the lifecycle of JUnit. They think assignment directly to the field risks state changes bleeding between tests, but JUnit creates a new instance of the test class for every test run (unless I’m mis-remembering)