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

TTestInsightOptions

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

Declaration

Source position: testinsightprotocol.pp line 70

type TTestInsightOptions = class(TPersistent)

public

  ExecuteTests: Boolean;

  ShowProgress: Boolean;

  TestSuite: string;

  constructor Create; virtual;

  procedure Assign(); override;

  procedure FromJSON();

  function ToJSON();

end;

Inheritance

TTestInsightOptions

|

TObject


Documentation generated on: 2025-07-25