Unit 'testregistry' Package
[Overview][Types][Procedures and functions][Index] [#fcl-fpcunit]

RegisterTest

Declaration

Source position: testregistry.pp line 37

procedure RegisterTest(

  ATestClass: TTestCaseClass

); overload;

procedure RegisterTest(

  const ASuitePath: string;

  ATestClass: TTestCaseClass

); overload;

procedure RegisterTest(

  const ASuitePath: string;

  ATest: TTest

); overload;

procedure RegisterTest(

  aSuite: TTestSuite

);

procedure RegisterTest(

  const aSuitePath: string;

  aSuite: TTestSuite

);


Documentation generated on: 2025-12-15