Why Mockito beats Easymock & co.

Unit testing your application is the key to develop a good piece of software.
Mocking is the key to write good unit tests.
Mockito is the key that opens the door to a way of mocking that has never been so simple and elegant.

Let's take a look at two different versions of the same unit test, the first uses easymock while the second is based on mockito.