Archive for April, 2012

Mockito – easily test your application

Who didn’t know that? As developer you have to test your application with some unit tests, but how to test a service which uses a session object for example. Now we can easily mock this object to test our function successfully. As example I use very small code snippets to show you how to use [...]

2 Comments