yuxiqian opened a new pull request, #3742:
URL: https://github.com/apache/flink-cdc/pull/3742

   This is a sequel PR based on @morazow's great work in #3395.
   
   Currently, there are way too many unit tests and assertion frameworks, 
including JUnit-4 style `Assert`, JUnit-5 style Assertions, Hamcrest Matchers, 
AssertJ fluent assertions. JUnit 4, 5 (Jupier and Vintage) test frameworks are 
also used altogether, which is prone to mistakes.
   
   Among all these solutions, AssertJ is generally regarded as the most 
readable and expressive, and used as the assertion standard in many other 
projects like Apache Iceberg.
   
   This PR migrates all existing test cases to JUnit 5 + AssertJ combination, 
with an enforced rule defined in spotless style check to forbid using any other 
testing / asserting frameworks.


-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to