helloWorld);
UIViewRoot root = facesContext.getViewRoot();
vdl.buildView(facesContext, root, "testCompositeInsertChildren4.xhtml");
UIComponent panelGroup1 = root.findComponent("testGroup1");
Assert.assertNotNull(panelGroup1);
//UINamingContainer compositeComponent1 = (UINamingContainer) panelGroup1.getChildren().get(0);
//Assert.assertNotNull(compositeComponent1);
//UIComponent facet1 = compositeComponent1.getFacet(UIComponent.COMPOSITE_FACET_NAME);
//Assert.assertNotNull(facet1);