12345678910



Question 1: What are the main advantage(s) for using Spring when writing unit tests?
1. Reuse Spring configuration files of the application
2. Use dependency injection
3. Provide some mocks for servlet classes
4. All of the above