public void testMatchesFailure() throws Exception
{
ScriptedTestSession ss = TestScriptParser.createSession();
AssertRegexp ar = new AssertRegexp();
ar.setRegexp("<.*?>");
addMatch(ar, "<little>");
addMatch(ar, "</title>");
try
{
ar.execute(ss);
unreachable();
}
catch (ApplicationRuntimeException ex)
{
assertRegexp(