FitNesse. SuiteAcceptanceTests. SuiteTestRunnerTests.
TestRunnerVerboseOutput
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
Action Fixture.
start Page Builder
enter line !path classes
enter line !contents
enter page SuiteFodder

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.PassFixture|
enter page SuiteFodder.TestPassing

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.FailFixture|
enter page SuiteFodder.TestFailing

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.IgnoreFixture|
enter page SuiteFodder.TestIgnoring

Action Fixture.
start Page Builder
enter line !|fitnesse.testutil.ErrorFixture|
enter page SuiteFodder.TestCrashing

Test Runner Fixture
args page name output?
-v SuiteFodder.TestPassing Adding to classpath: classes\n.\nTest Pages: 1 right, 0 wrong, 0 ignored, 0 exceptions\nAssertions: 1 right, 0 wrong, 0 ignored, 0 exceptions\n
-v SuiteFodder.TestFailing Adding to classpath: classes\n\nThe test has failures\n\nTest Pages: 0 right, 1 wrong, 0 ignored, 0 exceptions\nAssertions: 0 right, 1 wrong, 0 ignored, 0 exceptions\n
-v SuiteFodder.TestIgnoring Adding to classpath: classes\n\nTest Pages: 0 right, 0 wrong, 1 ignored, 0 exceptions\nAssertions: 0 right, 0 wrong, 1 ignored, 0 exceptions\n
-v SuiteFodder.TestCrashing Adding to classpath: classes\n\nThe test has errors\n\nTest Pages: 0 right, 0 wrong, 0 ignored, 1 exceptions\nAssertions: 0 right, 0 wrong, 0 ignored, 1 exceptions\n
-v SuiteFodder Adding to classpath: classes\n\nTestCrashing has errors\n\nTestFailing has failures\n.\nTest Pages: 1 right, 1 wrong, 1 ignored, 1 exceptions\nAssertions: 1 right, 1 wrong, 1 ignored, 1 exceptions\n


.FrontPage .RecentChanges .FitNesse.SuiteAcceptanceTests