ScriptedTestSession ss = TestScriptParser.createSession();
AssertRegexp ar = new AssertRegexp();
ar.setRegexp("<title>.*</title>");
ar.execute(ss);
}
public void testFailure() throws Exception
{
ScriptedTestSession ss = TestScriptParser.createSession();