Unit 'TestInsightProtocol' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lz_fpcunitrunnerinsight]

TTestInsightResult

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

Declaration

Source position: testinsightprotocol.pas line 19

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



CT Web help

CodeTyphon Studio