lazarus/components/codetools/tests/laztests
2025-01-01 19:28:35 +01:00
..
bug28861_unit1.pas
bug28861_unit2.pas
bug28866_prg.pas codetools: added tests bug #28866 2015-10-16 21:37:22 +00:00
bug28866_unit1.pas
bug28876.pas
bug28877.pas codetools: find declaration: fixed Result in operator proc, bug #28877 2015-10-19 09:47:00 +00:00
bug28989.pas Codetools: test for Issue #28989 2023-03-10 16:27:42 +01:00
bug32252.pas Codetools, tests: Add test for issue #32252 2023-03-06 16:53:27 +01:00
bug38970.pas Codetools: parse specialization as function result (in function type def) Issue #38970 2023-03-10 16:56:06 +01:00
bug39897.pas
bug40145.pas Codetools: add testcase for issue 40145 / allow "{completion" after dot. 2023-03-07 20:10:19 +01:00
delphi_autodereference1.pas codetools: fixed resolving dot after pointer in mode delphi 2015-10-18 13:38:49 +00:00
procedure.pas Codetools: more tests for ampersand. 2024-09-03 15:46:06 +02:00
README.txt
tampersand.pas codetools: fixed jump from uses to unit 2025-01-01 15:27:12 +01:00
tbar.pas Codetools: added test 2024-02-12 01:21:40 +01:00
tbar.unit1.pas Codetools: added test 2024-02-12 01:21:40 +01:00
tcompletion_keywords.pas Codetools: Add test for code-completion keywords 2022-05-03 21:59:18 +02:00
tdefaultproperty1.pas
tfind_ref_nestclass.pas CodeTools, Test: Add test for FindIdentifierReferences. 2024-02-08 18:47:02 +01:00
tfoo.tproject1.pas.txt codetools: disabled findrefs test 2025-01-01 19:28:35 +01:00
tfoo.unit1.pas Codetools: added test 2024-02-12 01:21:40 +01:00
tgeneric_base.pas Codetools: fix "a:=TSpcecialized.Create". When completing/declaring variables find the name of the specialized class. 2023-03-10 14:32:31 +01:00
tgeneric_declaration_nest.pp Codetool: nested (inside class) declaration of generic. Issue #37640 2023-03-09 20:21:53 +01:00
tgeneric_nested.pas Codetools: Return generic params for found identifier / Update calling Parameters 2023-03-06 12:53:54 +01:00
tgeneric_stringparam.pas CodeTools: fix guesstype (type for declaration) with generics. 2023-03-08 17:25:09 +01:00
tprogramdots1.pas codetools: fixed more tests 2025-01-01 17:50:41 +01:00
tproject1.unit1.pas Codetools: added test 2024-02-12 01:21:40 +01:00
tspecialize_nested.pas Codetools: FindDeclaration handle nested specialize (specialize as param to outer specialize) 2024-04-14 16:59:50 +02:00
tunit_order_test.pas codetools: dotted unit name tests 2017-04-26 08:40:45 +00:00
tunitdots.main.pas codetools: fixed more tests 2025-01-01 17:50:41 +01:00
unit_order_a.pas codetools: dotted unit name tests 2017-04-26 08:40:45 +00:00
unit_order_b.pas codetools: dotted unit name tests 2017-04-26 08:40:45 +00:00
unitdots.dot.pas codetools: find declaration of dotted program name 2017-09-13 18:05:15 +00:00
unitdots.nsa.nsaa.nsaaa.pas codetools: test writing collection 2017-10-23 18:30:56 +00:00
unitdots.pas

This directory contains tests with marks for the ../finddeclarationtest.lpi.

Testing all these files:
./finddeclarationtest --suite=TestFindDeclaration_LazTests

Testing one file:
./finddeclarationtest --suite=TestFindDeclaration_LazTests --filemask=tchlp41.pp

Testing a bunch of files:
./finddeclarationtest --suite=TestFindDeclaration_LazTests --filemask=tchlp*.pp