April 05
Prof. Ismael H. F. Santos -  ismael@tecgraf.puc-rio.br                                                          2
Spring and Testing
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