jbertram commented on PR #6083: URL: https://github.com/apache/activemq-artemis/pull/6083#issuecomment-3554331019
In certain cases it's perfectly fine to modify a class in order to test it effectively. For example, converting a `private` method to `protected` and creating an "accessor" in the test module in the same package is acceptable. That's been done in a number of places (e.g. 8a9f326b25e5feaedcb1393f8d2a07a9d9432c48). -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information, visit: https://activemq.apache.org/contact
