Changeset 128 for trunk/UTest.pas
- Timestamp:
- Apr 8, 2022, 9:43:55 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/UTest.pas
r127 r128 4 4 5 5 uses 6 Classes, SysUtils, fgl, UContact;6 Classes, SysUtils, Generics.Collections, UContact; 7 7 8 8 type … … 26 26 { TTestCases } 27 27 28 TTestCases = class(T FPGObjectList<TTestCase>)28 TTestCases = class(TObjectList<TTestCase>) 29 29 function AddNew(Name: string; TestClass: TTestCaseClass): TTestCase; 30 30 end;
Note:
See TracChangeset
for help on using the changeset viewer.