You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bookkeeper.apache.org by "gaozhangmin (via GitHub)" <gi...@apache.org> on 2023/03/16 03:31:28 UTC

[GitHub] [bookkeeper] gaozhangmin opened a new issue, #3870: Should we upgrade the test framework from JUnit to TestNG?

gaozhangmin opened a new issue, #3870:
URL: https://github.com/apache/bookkeeper/issues/3870

   JUnit has limited functions, such as don't support @DataProvider annotations, it's not convenient for unit-test.
   The more extensive and specialised annotations that are available in TestNG give it an advantage over JUnit in terms of power.
   Does the community consider upgrading test framework from JUnit to TestNG?


-- 
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: commits-unsubscribe@bookkeeper.apache.org.apache.org

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


[GitHub] [bookkeeper] gaozhangmin closed issue #3870: Should we upgrade the test framework from JUnit to TestNG?

Posted by "gaozhangmin (via GitHub)" <gi...@apache.org>.
gaozhangmin closed issue #3870: Should we upgrade the test framework from JUnit to TestNG?
URL: https://github.com/apache/bookkeeper/issues/3870


-- 
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: commits-unsubscribe@bookkeeper.apache.org

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


[GitHub] [bookkeeper] Shoothzj commented on issue #3870: Should we upgrade the test framework from JUnit to TestNG?

Posted by "Shoothzj (via GitHub)" <gi...@apache.org>.
Shoothzj commented on issue #3870:
URL: https://github.com/apache/bookkeeper/issues/3870#issuecomment-1471254687

   I would not recommend switching to TestNG. JUnit is sufficient and currently, developers can easily maintain it. There doesn't seem to be a strong reason to switch to a different testing framework at this time.


-- 
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: commits-unsubscribe@bookkeeper.apache.org

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