}
// retrieve the modules founded
allModules.addAll( guiceProvidedModuleHandler.getModules() );
allModules.addAll( guiceModuleHandler.getModules() );
MockEngine engine = MockEngineFactory.getMockEngine( this.mockFramework );
this.mocked.putAll( mockHandler.getMockedObject( engine ) );
if ( !this.mocked.isEmpty() )
{
// Replace all real module binding with Mocked moduled.
Module m = Modules.override( allModules ).with( new GuiceMockModule( this.mocked ) );