test(notification-outbox): end-to-end outbox flow integration test

This commit is contained in:
Joseph Doherty
2026-05-19 03:13:37 -04:00
parent af22aa7ce1
commit 213b9c7c0a
2 changed files with 285 additions and 0 deletions

View File

@@ -17,6 +17,7 @@
<PackageReference Include="coverlet.collector" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" />
<PackageReference Include="Microsoft.EntityFrameworkCore.InMemory" />
<PackageReference Include="Microsoft.EntityFrameworkCore.Sqlite" />
<PackageReference Include="Microsoft.NET.Test.Sdk" />
<PackageReference Include="xunit" />
<PackageReference Include="NSubstitute" />
@@ -33,6 +34,8 @@
<ItemGroup>
<ProjectReference Include="../../src/ScadaLink.Host/ScadaLink.Host.csproj" />
<ProjectReference Include="../../src/ScadaLink.NotificationOutbox/ScadaLink.NotificationOutbox.csproj" />
<ProjectReference Include="../../src/ScadaLink.ConfigurationDatabase/ScadaLink.ConfigurationDatabase.csproj" />
</ItemGroup>
</Project>