Failing application-layer tests over fake ports (IWorkflowClient, IAclClient, IRegistrationStore): - Submit persists an INGEDIEND registration and starts the registratie process, recording the instance id — and persists *before* starting, so the worker can correlate the OpenZaakAanmaken job back to its aggregate (ADR-0009). - The worker opens a zaak via the ACL and attaches it; an unknown registration throws (job left for redelivery); a redelivered job is idempotent and opens no second zaak (§8.6). Handlers are stubs (no persistence / no ACL call) so the tests compile and fail on their assertions; the green commit implements them. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
32 lines
1.6 KiB
Plaintext
32 lines
1.6 KiB
Plaintext
<Solution>
|
|
<Folder Name="/services/" />
|
|
<Folder Name="/services/acl/">
|
|
<Project Path="services/acl/Acl.Api/Acl.Api.csproj" />
|
|
<Project Path="services/acl/Acl.Application/Acl.Application.csproj" />
|
|
<Project Path="services/acl/Acl.Infrastructure/Acl.Infrastructure.csproj" />
|
|
<Project Path="services/acl/Acl.IntegrationTests/Acl.IntegrationTests.csproj" />
|
|
<Project Path="services/acl/Acl.Tests/Acl.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/domain/">
|
|
<Project Path="services/domain/Big.Domain/Big.Domain.csproj" />
|
|
<Project Path="services/domain/Big.Application/Big.Application.csproj" />
|
|
<Project Path="services/domain/Big.Tests/Big.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/bff/">
|
|
<Project Path="services/bff/Bff.Api/Bff.Api.csproj" />
|
|
<Project Path="services/bff/Bff.Tests/Bff.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/event-subscriber/">
|
|
<Project Path="services/event-subscriber/EventSubscriber.Api/EventSubscriber.Api.csproj" />
|
|
<Project Path="services/event-subscriber/EventSubscriber.Application/EventSubscriber.Application.csproj" />
|
|
<Project Path="services/event-subscriber/EventSubscriber.Tests/EventSubscriber.Tests.csproj" />
|
|
</Folder>
|
|
<Folder Name="/services/projection-api/">
|
|
<Project Path="services/projection-api/Projection.ReadModel/Projection.ReadModel.csproj" />
|
|
<Project Path="services/projection-api/ProjectionApi.Api/ProjectionApi.Api.csproj" />
|
|
</Folder>
|
|
<Folder Name="/tests/">
|
|
<Project Path="tests/acceptance/Acceptance.csproj" />
|
|
</Folder>
|
|
</Solution>
|