Archive for April, 2012
Mockito – easily test your application
Posted by StephanBeutel in Java on 2012/04/20
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 [...]