User Story
As a developer maintaining Pulse.AspNetCore, I want unit tests for the Command Dead Letter Inspector.
Requirements
- Tests.Unit/AspNetCore/CommandDeadLetterInspectorEndpointsTests.cs:
- All five endpoints with mocked ICommandDeadLetterManagement.
- 404 when entry not found.
Acceptance Criteria
Dependencies
- Requires feat: Command Dead Letter Inspector Minimal API endpoints (MapCommandDeadLetterInspector)
User Story
As a developer maintaining Pulse.AspNetCore, I want unit tests for the Command Dead Letter Inspector.
Requirements
Acceptance Criteria
Dependencies