strangelookingnerd opened a new pull request, #324:
URL: https://github.com/apache/commons-dbutils/pull/324

   This PR aims to migrate all tests to JUnit5.
   
   Migration includes:
   
   * Using JUnit5 annotations
   * Using `Assertions` over `Assert`
   * Remove `public` modifiers from test classes and methods
   * Clean up assertions (switching `expected` and `actual`, simplyifing 
assertions...)
   * Trivial code cleanup
   
   I validated my changes using `mvn verify` which passes just fine.


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

Reply via email to