TTestFailure Object Methods |
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 ![]() |
|