| Author |
unit testing
|
sameera liyanage
Ranch Hand
Joined: Nov 25, 2008
Posts: 643
|
|
|
can anyone tell me how to write unit testing for Spring?
|
 |
R. Duval
Greenhorn
Joined: Sep 16, 2008
Posts: 11
|
|
|
What exactly you wanna do? Write unit tests using context beans? If so, there are plenty of Spring test cases classes to inherit from. Or you can load the context directly and retrieve the beans you need on your setUp.
|
 |
 |
|
|
subject: unit testing
|
|
|