Typically spring tests create an application conte...
# minutest
r
Typically spring tests create an application context once then run all the tests in the class. There is an annotation you can invoke to change this so it recreates the context for every individual test.