FitNesse. SuiteAcceptanceTests. SuiteTestRunnerTests.
TestRunnerStandardOuput [add child]

 Set Up: .FitNesse.SuiteAcceptanceTests.SetUp (edit)
When no other options are supplied, the TestRunner will print simple messages to standard out. For each passing assertion a . will be printed. When an error or failure occurs, the failing page's name is diaplayed along with a brief message. The final counts are printed at the end of execution.

 Included page: CreateSamplePages (edit)

script Page Builder
line !path classes
line !path fitnesse.jar
line !contents
page SuiteFodder

script Page Builder
line !|fitnesse.testutil.PassFixture|
page SuiteFodder.TestPassing

script Page Builder
line !|fitnesse.testutil.FailFixture|
page SuiteFodder.TestFailing

script Page Builder
line !|fitnesse.testutil.IgnoreFixture|
page SuiteFodder.TestIgnoring

script Page Builder
line !|fitnesse.testutil.ErrorFixture|
page SuiteFodder.TestCrashing

Test Runner Fixture
page name output?
SuiteFodder.TestPassing .\n1 right, 0 wrong, 0 ignored, 0 exceptions\n
SuiteFodder.TestFailing \nSuiteFodder.TestFailing has failures\n\n0 right, 1 wrong, 0 ignored, 0 exceptions\n
SuiteFodder.TestIgnoring \n0 right, 0 wrong, 1 ignored, 0 exceptions\n
SuiteFodder.TestCrashing \nSuiteFodder.TestCrashing has errors\n\n0 right, 0 wrong, 0 ignored, 1 exceptions\n
SuiteFodder \nSuiteFodder.TestCrashing has errors\n\nSuiteFodder.TestFailing has failures\n.\n1 right, 1 wrong, 1 ignored, 1 exceptions\n