TRunnerExitBehavior Type
This type defines what the RunTest and RunRegisteredTests methods will do when testing has ended.

Unit
TextTestRunner

Declaration

TRunnerExitBehavior = (
    rxbContinue,
    rxbPause,
    rxbHaltOnFailures
    );


Values
rxbContinue Just return the TestResult.
rxbPause Pause with a ReadLn before returnng the TestResult.
rxbHaltOnFailures Halt the program if errors or failures occurred, setting the program exit code to FailureCount+ErrorCount; behave like rxbContinue if all tests suceeded.

See Also


HTML generated by Time2HELP
http://www.time2help.com