[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
| |
TObject |