strongduanmu commented on issue #15823: URL: https://github.com/apache/shardingsphere/issues/15823#issuecomment-1060598816
Welcome @vasantisuthar, for first contribution, you can read [code conduct](https://shardingsphere.apache.org/community/en/contribute/code-conduct/) first, it may be helpful to you. Then you can refer to EncryptParameterRewriterBuilderTest, which is a typical JUNIT unit test. First, you need to mock the object that the unit test depends on through the mock method, then call the public method that needs to be tested, and finally use assertThat to assert the result. -- 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]
