FitNesse. SuiteAcceptanceTests. SuiteResponderTests. SuiteTestResponders. SuiteExecutionStatusMessages.
TestErrorOccurred [add child]

 Set Up: .FitNesse.SuiteAcceptanceTests.SetUp (edit)
 Scenario Libraries
When errors occur, we get the message:

variable defined: FIXTURE_NAME=CrashFixture
variable defined: EXPECTED_STATUS_MESSAGE=Errors Occurred
variable defined: EXPECTED_ICON_URL=/files/images/executionStatus/error.gif

 Included page: DoTest (edit)
Create a simple test page

script Page Builder
line !path classes
line !path fitnesse.jar
line !|fitnesse.testutil.CrashFixture|
line |blah|
page TestPage

Now run the test page.

Response Requester.
uri valid?
TestPage?responder=test true

Response Examiner.
contents?
 

Check the status message.

Response Examiner.
type pattern matches?
contents <div id="execution-status">.*?Errors Occurred.*?</div> true
contents <div id="execution-status">.*?<img.*?src="/files/images/executionStatus/error.gif".*?/>.*?</div> true