By szpak
via solidsoft.wordpress.com
Published: Aug 09 2012 / 17:14
Unit tests are very handy. They run fast and it is possible to execute hundreds or even thousands of them very often during development (especially useful when using TDD). Nevertheless from time to time we want to test the correctness of a part of an IoC container configuration and check how those components works together when managed by an IoC context. In this tutorial I will show how to do it in a convenient way with Springockito.
Add your comment