dotnet-cqrs/tests/Svrnty.CQRS.Tests
Svrnty 92231df745 test: add xUnit test project for Svrnty.CQRS core library
Add tests/Svrnty.CQRS.Tests with 61 tests covering:
- CommandMeta and QueryMeta metadata creation and naming conventions
- CommandDiscovery and QueryDiscovery lookup, existence, and enumeration
- DI service registration for commands (with/without result) and queries
- Full pipeline integration (register -> discover -> resolve)
- CqrsBuilder fluent API configuration
- CqrsConfiguration generic storage and mapping callbacks
- Handler execution via DI-resolved instances

Co-Authored-By: Svrnty Inc. <eng@svrnty.com>
2026-02-27 18:38:44 -05:00
..
CommandDiscoveryTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
CommandMetaTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
CqrsConfigurationTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
Fakes.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
GlobalUsings.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
HandlerTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
QueryDiscoveryTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
QueryMetaTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
ServiceRegistrationTests.cs test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00
Svrnty.CQRS.Tests.csproj test: add xUnit test project for Svrnty.CQRS core library 2026-02-27 18:38:44 -05:00