[ 
https://issues.apache.org/jira/browse/COLLECTIONS-839?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory resolved COLLECTIONS-839.
-----------------------------------------
    Fix Version/s: 4.5
       Resolution: Fixed

I merged the PR.

> 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
>            Priority: Major
>             Fix For: 4.5
>
>
> 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
>  # [X]Migrate all assertion api to use Junit 5 Assertions for XXXMapTest
>  # [X]Migrate all assertion api to use Junit 5 Assertions for XXXListTest
>  # [X]Migrate all assertion api to use Junit 5 Assertions for XXXSetTest
>  # [X]BulkTest not extend TestCase
> Acceptance Criteria
>  * no. of tests should not change



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

Reply via email to