Assert.assertNotNull(panel2_2);
Assert.assertEquals(1, panel2_2.getChildCount());
Assert.assertEquals("added component through binding",
panel2_2.getChildren().get(0).getAttributes().get("value"));
FaceletState faceletState = (FaceletState) facesContext.getViewRoot().getAttributes().get(
ComponentSupport.FACELET_STATE_INSTANCE);
UIViewRoot root = new UIViewRoot();
root.setLocale(locale);
root.setRenderKitId("HTML_BASIC");