Module for testing with mock objects using EasyMock.
Mock creation is simplified by automatically inserting EasyMock generated mocks for fields annotated with the
Mock annotation.
All methods annotated with
AfterCreateMock will be called when a mock object was created.