Testing with Spring
Everyone knows that Dependency Injection facilitates unit testing. However, Spring is far more than a simple Dependency Injection container, and it provides a holistic solution for making your code easier to test. The emphasis is on testing outside an application server or container, thus greatly improving productivity.
In this session, Rod will discuss:
- How to unit test Spring applications
- Mock objects and when to use them
- Issues around testing the persistence layer
- Integration testing and the support that Spring provides for it
- Testing web applications
The presentation will include a demo showing how an application can be tested as it is developed, without developers needing to wait for container startup and deployment.
Audience
Beginner
Speaker
Interesting Links