chia7712 commented on pull request #9520:
URL: https://github.com/apache/kafka/pull/9520#issuecomment-750005283


   @ijuma the latest commit replaces all ExpectedException or @Test(expected = 
Exception.class) by assertThrows. It seems to me we can get closer to junit 5 
if this PR is got into trunk. Furthermore, I'd like to file following PR to 
remove all junit 4 code.
   
   1. Replace ScalaTest by junit
   2. Replace junit 4 APIs by Junit 5 for each module
       1. rewrite parameter tests
       2. replace ```org.junit``` by ```org.junit.jupiter.api```
       3. replace ```IntegrationTest``` by tag ```Integration```
       4. replace ```useJUnitPlatform``` by ```useJUnit``` 
   
   WDYT?


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to