orpiske opened a new pull request, #21103: URL: https://github.com/apache/camel/pull/21103
Add comprehensive test suite for the camel-console module: - Add AbstractDevConsoleTest base class with helper methods - Create SimpleDevConsoleTest parameterized test for 23 simple consoles - Create RouteBasedDevConsoleTest parameterized test for 8 route consoles - Add 16 new test files covering most DevConsole implementations - Add ~130 test methods testing both TEXT and JSON output formats - Add tests for Configurer classes (auto-generated property configurers) - Add camel-management as test dependency to enable JMX support - Coverage increased from ~9% to ~37% Note: Some console classes (ProcessorDevConsole, ProducerDevConsole, EventConsole) require full JMX MBean infrastructure that isn't easily available in unit tests without significant setup. Further coverage improvements would require integration tests with full JMX management. -- 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]
