@SuppressWarnings({"UnusedDeclaration"})
@Override
protected void setUp() throws Exception
{
super.setUp();
bean = new BaseValTestBean();
ValueBinding vb = application.createValueBinding("#{testBean}");
facesContext.getExternalContext().getRequestMap().put("testBean", bean);
rootComponent = new UIViewRoot();
HtmlForm form = new HtmlForm();