Assert.assertNotNull(button2);
UICommand button3 = (UICommand) form.findComponent("button3");
Assert.assertNotNull(button3);
UIInput text1 = (UIInput) form.findComponent("text1");
Assert.assertNotNull(text1);
UIInput text2 = (UIInput) form.findComponent("text2");
Assert.assertNotNull(text2);
compositeComponent1.pushComponentToEL(facesContext, compositeComponent1);
facet1.pushComponentToEL(facesContext, facet1);
compositeComponent2.pushComponentToEL(facesContext, compositeComponent2);