You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Ng Tsz Sum (Jira)" <ji...@apache.org> on 2023/04/16 06:25:00 UTC

[jira] [Created] (COLLECTIONS-839) migrate BulkTest to junit 5

Ng Tsz Sum created COLLECTIONS-839:
--------------------------------------

             Summary: migrate BulkTest to junit 5
                 Key: COLLECTIONS-839
                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-839
             Project: Commons Collections
          Issue Type: Sub-task
            Reporter: Ng Tsz Sum


BulkTest.java is the base class of most test of the test classes.

And this class extends TestCase.java

To fully migrate to Junit 5, this class should not extend TestCase.java

Since most of the assertXXX method in the test is usingĀ 
TestCase#assertEquals, directly remove the `extends TestCase` will cause tons of compile errors. So better to do it by batch



--
This message was sent by Atlassian Jira
(v8.20.10#820010)