Notifier & Tests added

This commit is contained in:
Michael Schimmel
2025-05-25 14:37:57 +02:00
parent 46264ea041
commit 10ef4cbcf2
8 changed files with 1320 additions and 930 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ unit TestSignals;
interface
uses
DUnitX.TestFramework;
DUnitX.TestFramework,
Myc.Signals;
type
[TestFixture]