return new TestSuite( AjaxSupportTest.class );
}
public void testAjaxSupportWithOnkeyup() throws IOException
{
JSFSession jsfSession = JSFSessionFactory.makeSession("/richfaces/support.jsf");
JSFClientSession client = jsfSession.getJSFClientSession();
JSFServerSession server = jsfSession.getJSFServerSession();
client.type("name", 'H');
client.type("name", 'e');
client.type("name", 'l');
client.type("name", 'l');