terrymanu opened a new issue, #24699: URL: https://github.com/apache/shardingsphere/issues/24699
The native JUnit 5.x's assertions are already good enough, and are somewhat different from the usage habits of Hamcrest. The error message of Hamcrest's `assertThat` is placed in the first parameter, while the native JUnit assertions place the error message in the last parameter. In order to maintain a consistent usage experience, I would like to use the native JUnit assertions instead of Hamcrest. -- 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]
