3233343536373839404142
AssertOutput ao = new AssertOutput(); ao.setExpectedSubstring("<title>Test</title>"); ao.execute(ss); } public void testFailure() throws Exception { ScriptedTestSession ss = TestScriptParser.createSession();
4546474849505152535455
ao.setExpectedSubstring("<title>Home</title>"); try { ao.execute(ss); unreachable(); } catch (ApplicationRuntimeException ex) { assertRegexp(