Unit 'testinsightprotocol' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#testinsight]

TTestInsightResult

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

Declaration

Source position: testinsightprotocol.pp line 39

type TTestInsightResult = class

public

  TestResult: TTestResultType;

  TestName: string;

  TestDuration: Cardinal;

  TestUnitName: string;

  TestClassName: string;

  TestMethodName: string;

  TestStatus: string;

  TestExceptionMessage: string;

  TestExceptionClass: string;

  TestIsIgnored: Boolean;

  TestPhase: TTestPhase;

  FailureUnitName: string;

  FailureMethodName: string;

  FailureLineNumber: Integer;

  FailureSourceUnitName: string;

  FailureLocationInfo: string;

  constructor Create; virtual;

  procedure FromJSON();

  function ToJSON();

end;

Inheritance

TTestInsightResult

|

TObject


Documentation generated on: 2025-07-25