gnodet commented on PR #24858: URL: https://github.com/apache/camel/pull/24858#issuecomment-5004746799
_Claude Code on behalf of gnodet_ @apupier I've replaced all `assertDoesNotThrow()` wrappers with meaningful assertions as you requested. 53 test files across 31+ modules have been updated with proper assertions: - `assertNotNull` on results/return values - `assertEquals` on expected values - `MockEndpoint.assertIsSatisfied()` for route tests - `Mockito.verify()` for void methods - `assertFalse`/`assertTrue` on state - Unwrapping when parent already has assertions All files have been formatted. Ready for re-review when CI passes. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
