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
+5 -2
View File
@@ -15,9 +15,12 @@ uses
DUnitX.Loggers.Xml.NUnit,
{$ENDIF }
DUnitX.TestFramework,
TestSignals in 'TestSignals.pas',
TestNotifier in 'TestNotifier.pas',
TestSList in 'TestSList.pas',
TestStack in 'TestStack.pas';
TestStack in 'TestStack.pas',
Myc.Core.Notifier in '..\Src\Myc.Core.Notifier.pas',
TestNotifier_Threading in 'TestNotifier_Threading.pas',
TestNotifier_ChaosStress in 'TestNotifier_ChaosStress.pas';
{ keep comment here to protect the following conditional from being removed by the IDE when adding a unit }
{$IFNDEF TESTINSIGHT}