sandynz commented on issue #23078: URL: https://github.com/apache/shardingsphere/issues/23078#issuecomment-1365794549
Hi @aryan19926 , have you setted up [DEV Environment]( https://shardingsphere.apache.org/community/en/involved/contribute/dev-env/ ) for Java development? You could learn how to do Java unit test before starting it, e.g. [example]( https://www.baeldung.com/java-unit-testing-best-practices ), and then have a look at [Unit Test of Conduct]( https://shardingsphere.apache.org/community/en/involved/conduct/code/#contributor-covenant-unit-test-of-conduct ). Then search `ReflectionUtil` and `ReflectionUtilTest` in IDE. There're already some unit tests in `ReflectionUtilTest`, you could add more unit tests in it. -- 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]
