fix: Refactor MainTest to avoid stubbing System.exit()#1410
fix: Refactor MainTest to avoid stubbing System.exit()#1410davidgamez merged 3 commits intomasterfrom
Conversation
|
✅ Rule acceptance tests passed. |
davidgamez
left a comment
There was a problem hiding this comment.
I tested it locally and worked fine. I was able to compile with JDKs 11 and 19.
|
✅ Rule acceptance tests passed. |
|
✅ Rule acceptance tests passed. |
Refactor MainTest to avoid stubbing System.exit() and remove dependency on SystemStubs, which doesn't work on JDK18+.
Closes #1409.
gradle testto make sure you didn't break anything