test(auditlog): Notify dispatcher audit trail end-to-end (#23 M4)

This commit is contained in:
Joseph Doherty
2026-05-20 16:47:09 -04:00
parent 56b26339ca
commit 02727b3a66
3 changed files with 383 additions and 3 deletions

View File

@@ -22,6 +22,13 @@
<ItemGroup>
<InternalsVisibleTo Include="ScadaLink.NotificationOutbox.Tests" />
<!--
Audit Log #23 (M4 Bundle E — Task E2): the cross-project
NotifyDispatcherAuditTrailTests need to drive the dispatcher loop
deterministically via the internal InternalMessages.DispatchTick.Instance
sentinel (same pattern the existing NotificationOutbox.Tests use).
-->
<InternalsVisibleTo Include="ScadaLink.AuditLog.Tests" />
</ItemGroup>
</Project>