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.

!include CreateSamplePages

!|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|
