Unit 'fpcunit' Package
[Overview][Resource strings][Types][Classes][Procedures and functions][Index] [#fcl-fpcunit]

TTestFailure

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fpcunit.pp line 151

type TTestFailure = class(TObject)

public

  constructor CreateFailure();

  property ExceptionClass: TClass; [r]

published

  property AsString: string; [r]

  property IsFailure: Boolean; [r]

  property IsIgnoredTest: Boolean; [r]

  property ExceptionMessage: string; [r]

  property ExceptionClassName: string; [r]

  property SourceUnitName: string; [rw]

  property LineNumber: LongInt; [rw]

  property LocationInfo: string; [r]

  property FailedMethodName: string; [rw]

  property TestLastStep: TTestStep; [rw]

end;

Inheritance

TTestFailure

|

TObject


Documentation generated on: 2023-03-18