Skip to content

Add mutation/coverage tests for Utils#224

Open
madmecodes wants to merge 1 commit into
strimzi:mainfrom
madmecodes:feat/utils-mutation-coverage
Open

Add mutation/coverage tests for Utils#224
madmecodes wants to merge 1 commit into
strimzi:mainfrom
madmecodes:feat/utils-mutation-coverage

Conversation

@madmecodes

Copy link
Copy Markdown

Summary

  • Add UtilsTest with unit tests covering requireNonBlank, getFreePort, asTransferableBytes, and waitFor methods
  • Include Utils in pitest targetClasses and UtilsTest in targetTests

Fixes #220

Test plan

  • mvn test -Dtest=UtilsTest passes
  • mvn org.pitest:pitest-maven:mutationCoverage passes with updated thresholds
  • Verify pitest report shows Utils class coverage

Signed-off-by: madmecodes <ayushguptadev1@gmail.com>
@see-quick

Copy link
Copy Markdown
Member

Thanks for the PR @madmecodes but we should first resolve #221. This is currently blocked by that ... and I want to avoid enumerating all the classes inside pitest config.

@see-quick

Copy link
Copy Markdown
Member

Hi @madmecodes, this PR should be un-blocked by #238. Can you rebase it thanks?

@see-quick see-quick added this to the 0.117.0 milestone Jun 17, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add mutation/coverage for Utils

2 participants