nEasier
test driven development (TDD)
nIntegration
testing
nCan use
a standalone Spring configuration with mock
objects for testing.
nConsider
XMLApplicationContext or FileSystemApplicationContext.
nUnit
testing
nAllows
you to test outside the container without using the Spring container.
nEasy to
test POJOs