{
Page page = mockPage();
ComponentPageElement container = mockComponentPageElement();
InternalComponentResources containerResources = mockInternalComponentResources();
Component component = mockComponent();
ComponentModel model = mockComponentModel();
ParameterModel pmodel = mockParameterModel();
Location l = mockLocation();
TypeCoercer coercer = mockTypeCoercer();
Instantiator ins = newInstantiator(component, model);