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

TTest

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

Declaration

Source position: fpcunit.pp line 60

type TTest = class(TObject)

protected

  FLastStep: TTestStep;

  function GetTestName; virtual;

  function GetTestSuiteName; virtual;

  function GetEnableIgnores; virtual;

  procedure SetTestSuiteName(); virtual; abstract;

  procedure SetEnableIgnores(); virtual; abstract;

public

  function CountTestCases; virtual;

  function GetChildTestCount; virtual;

  function GetChildTest(); virtual;

  function FindChildTest();

  function FindTest();

  procedure Run(); virtual;

  procedure Ignore();

published

  property TestName: string; [r]

  property TestSuiteName: string; [rw]

  property LastStep: TTestStep; [r]

  property EnableIgnores: Boolean; [rw]

end;

Inheritance

TTest

|

TObject


Documentation generated on: 2023-03-18