lazarus/components/fpcunit/ide
2024-04-06 16:45:28 +03:00
..
languages FPCUnit: regenerated translations and updated Russian translation 2023-11-20 04:08:08 +03:00
fpcunitide.lpk clean up 2023-12-07 11:16:10 +01:00
fpcunitide.pas FPCUnit: moved resource strings to correct file 2023-11-19 22:36:09 +03:00
fpcunitlazideintf.pas * Add Lazarus TestInsight to fpcunitide package. 2023-11-19 16:05:42 +01:00
fpcunitproject1.inc
fpcunitproject1.pas
fratestinsightopts.lfm * Add Lazarus TestInsight to fpcunitide package. 2023-11-19 16:05:42 +01:00
fratestinsightopts.pas fpcunit: less hints 2023-11-25 22:26:14 +01:00
frmconsoleopts.lfm * Add Lazarus TestInsight to fpcunitide package. 2023-11-19 16:05:42 +01:00
frmconsoleopts.pas * Add Lazarus TestInsight to fpcunitide package. 2023-11-19 16:05:42 +01:00
frmtestinsight.lfm FPCUnit: improved i18n, cleaned up unused resource strings 2023-11-20 04:08:00 +03:00
frmtestinsight.pas * remove debug statements 2023-12-27 10:39:18 +01:00
Makefile fpcunit: updated makefile 2023-11-25 22:26:32 +01:00
Makefile.compiled fpcunit: updated makefile 2023-11-25 22:26:32 +01:00
Makefile.fpc fpcunit: updated makefile 2023-11-25 22:26:32 +01:00
README.txt
regtestinsight.pas Turn some LazLogger into LazLoggerBase. 2024-04-06 16:45:28 +03:00
strtestcaseopts.pas FPCUnit: improved i18n, cleaned up unused resource strings 2023-11-20 04:08:00 +03:00
testcaseopts.lfm
testcaseopts.pas
testinsightcontroller.pas fpcunit: fixed mem leak 2023-11-26 10:45:53 +01:00
testinsightserver.pas * Allow to compile with prehistoric FPC 3.2.0 2023-12-26 19:35:45 +01:00

Package fpcunit

This package is a designtime package for the Lazarus IDE.
It adds a new project type and a new unit type to the IDE.

This unit adds a new project type and a new unit type to the IDE.
    New Project Type:
      FPCUnit Application - A Free Pascal program for FPCUnit tests.
      
    New Unit Type:
      FPCUnit test - A unit with a unit test.