I always wished JUnit had a model of long-lived re...
# minutest
n
I always wished JUnit had a model of long-lived resources shared by tests during a test run, and that were defined independently of the lifecycle of tests or the hierarchy in which tests were grouped. I didn’t realise that this was originally in SUnit but was not ported across into JUnit.