TTestFailure Object
Methods
A TTestFailure collects a failed test together with information about the exception which caused the test to fail.

Unit
TestFramework

Declaration
TTestFailure = class(TObject)

Description
TTestCase descendants do not need to manipulate TTestFailures directly. TTestFailures are used by TTestResult to keep track of the results of running a set of tests. TTestFailure is used by the test runners to report test failures. see TTestResult

Introduced Methods
Create  Constructs a record of a failed test.
FailedTest  Returns the test which failed.
ThrownExceptionMessage
ThrownExceptionName


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