Hi - I'm not sure if this is the correct forum.
I'm sure this has a very simple answer, just can't find it!
I have JUnit tests which work when run independently but fail when run as a batch, is there a setting or class I need to extend to make sure all my spring beans are in their 'base state' before the test is run?
Thanks


Reply With Quote