Skip to content

Service Loading Example#225

Draft
zack-rma wants to merge 5 commits intomainfrom
feature/service-loading-example
Draft

Service Loading Example#225
zack-rma wants to merge 5 commits intomainfrom
feature/service-loading-example

Conversation

@zack-rma
Copy link
Contributor

Description

Example implementation of service loader for solver-like test classes.

Motivation and Context

Provides examples to resolve #214

Types of changes

Yes/No Pull Request Type Description
Bug fix non-breaking change which fixes an issue
New feature non-breaking change which adds functionality
Breaking change fix or feature that would cause existing functionality to change
Documentation change non-breaking change which modifies or updates documentation
New tests new unit tests, test scenarios, or test case documentation
Triggers regression testing change affects downstream modules and will require regression testing
Y Other Example implementation

How Has This Been Tested?

Includes unit test.

Notes for Reviewers

Please consider the following when reviewing this PR:

  • Correctness: Does the code do what it claims? Are edge cases handled appropriately?
  • Clarity: Is the code readable, maintainable and aligned with SOLID design principles?
  • Impact: Will this change affect other parts of the system? Any potential regressions?
  • Testing: Are the test cases sufficient and appropriate? Are there gaps in coverage?
  • Documentation: Does this require updates to code comments, README, or other docs?

@zack-rma zack-rma added the enhancement New feature or request label Feb 26, 2026
@zack-rma zack-rma moved this to In Progress in WRIMS 3 Development Feb 26, 2026
@sonarqubecloud
Copy link

sonarqubecloud bot commented Mar 6, 2026

Quality Gate Failed Quality Gate failed

Failed conditions
0.0% Coverage on New Code (required ≥ 80%)
11.7% Duplication on New Code (required ≤ 3%)

See analysis details on SonarQube Cloud

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

Status: In Progress

Development

Successfully merging this pull request may close these issues.

Service Loading Implementation Investigation

1 participant