Skip to content

Update Dependency Injection and Command State Tests#56

Merged
DamianSuess merged 5 commits intodevelopfrom
feature/48-Overhaul-DITests
Dec 30, 2025
Merged

Update Dependency Injection and Command State Tests#56
DamianSuess merged 5 commits intodevelopfrom
feature/48-Overhaul-DITests

Conversation

@DamianSuess
Copy link
Copy Markdown
Contributor

@DamianSuess DamianSuess commented Dec 30, 2025

Details

Add unit tests to showcase:

  • Microsoft Dependency Injection and ILogger support
  • Event Aggregator's subscription/publish functionality
  • Command States
  • State transitions for Response types of Failure => Error => Ok
  • Reading service's data post-processing
  • Removed old dead code

…d Ok transitions are fully functional and everything is hit. Added test MessageType and NotificationType for clean examples of message transportation. Removed dead code from StateMachine.
@DamianSuess DamianSuess self-assigned this Dec 30, 2025
@DamianSuess DamianSuess added the enhancement New feature or request label Dec 30, 2025
@DamianSuess DamianSuess added this to the v2.0 milestone Dec 30, 2025
@DamianSuess DamianSuess merged commit dea0da9 into develop Dec 30, 2025
@DamianSuess DamianSuess deleted the feature/48-Overhaul-DITests branch December 30, 2025 22:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[v2.0] Tests for Advanced Dependency Injection and Command State Validations

1 participant