/**
* Tests that all the mock objects can be initialised correctly.
*/
public void testInitialisation() {
new EntityResolverMock("entityResolver", expectations);
new LocatorMock("locator", expectations);
new ErrorHandlerMock("errorHandlerMock", expectations);
}