1. Mock object and Spring annotations stackoverflow.comI am using Spring annotations in my code to do the DI. So lets say I have a class class1 that depends on another class class2, I define class1 as below:
|
2. How to map individual servlet to spring framework and test it's doPost method using unit testing? stackoverflow.comI have implemented |