7071727374757677787980
InternalComponentResources resources = new InternalComponentResourcesImpl(element, null, ins, coercer, null); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } @Test
105106107108109110111112113114
InternalComponentResources resources = new InternalComponentResourcesImpl(element, null, ins, coercer, null); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } }