public void testRepeat() throws Exception {
Facelet f = FaceletFactory.getInstance().getFacelet("repeat.xml");
FacesContext faces = FacesContext.getCurrentInstance();
Company c = Example.createCompany();
faces.getExternalContext().getRequestMap().put("company", c);
UIViewRoot root = faces.getViewRoot();
f.apply(faces, root);