Junit: Test Spring (auto)wireing with reflection?
- by Michael Bavin
Hi,
Is it possible to JUnit test if wiring by Spring is succesfully?
I would like to do this by reflection. Like: get all beans with id *Controller and test if the fields *services are not null?
Thank you!