The TestRunner will exit with a 0 when all tests pass.  Otherwise the number of failing assertions and error occurances will be added together and returned as the exit value.

!include CreateSamplePages

!|Test Runner Fixture|
|page name|exit code?|
|SuiteFodder.TestPassing|0|
|SuiteFodder.TestFailing|1|
|SuiteFodder.TestIgnoring|0|
|SuiteFodder.TestCrashing|1|
|SuiteFodder|2|
