Failing infrastructure unit tests (stub HttpMessageHandler, fakes): - FlowableWorkflowClient starts a process with the registrationId variable and returns the instance id; acquires OpenZaakAanmaken jobs (topic/workerId/lock) and parses their registrationId; completes a job with the zaakUrl variable — request URIs match flowable-rest's service/ and external-job-api/ paths. - AclHttpClient POSTs the bsn to the ACL and returns the zaak URL. - InMemoryRegistrationStore saves/reads/upserts by id. - OpenZaakJobProcessor acquires, opens a zaak, completes the job; leaves a failing job uncompleted for redelivery; polls harmlessly when idle. Adapters are stubs so the tests compile and fail on their assertions; the green commit implements them against the REST contract verified on a live Flowable. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
33 lines
1.6 KiB
Plaintext
33 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.Infrastructure/Big.Infrastructure.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>
|