207208209210211212213214215216217
replay(); InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, ins, null); resources.storeRenderVariable("fred", "FRED"); resources.storeRenderVariable("barney", "BARNEY"); resources.postRenderCleanup(); try
208209210211212213214215216217218
replay(); InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, ins, null); resources.storeRenderVariable("fred", "FRED"); resources.storeRenderVariable("barney", "BARNEY"); resources.postRenderCleanup(); try {
249250251252253254255256257258259
InternalComponentResources resources = new InternalComponentResourcesImpl(null, element, null, ins, null); try { resources.storeRenderVariable("fred", "FRED"); unreachable(); } catch (IllegalStateException ex) { assertEquals(ex.getMessage(),