4445464748495051525354
replay(); InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, null, null, null, ins); resources.renderInformalParameters(writer); verify(); } @Test
7172737475767778798081
InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, null, null, null, ins); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } @Test
107108109110111112113114115116117
componentPageElementResources, null, null, ins); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } @Test
126127128129130131132133134135136
InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, elementResources, "Foo.bar", null, ins, false); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } @Test
6869707172737475767778
replay(); InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, elementResources, null, null, ins, false); resources.renderInformalParameters(writer); verify(); } @Test
9596979899100101102103104105
InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, elementResources, null, null, ins, false); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } @Test
106107108109110111112113114115116
InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, pageResources, null, null, ins); resources.bindParameter("fred", binding); resources.renderInformalParameters(writer); verify(); } @Test