[
https://issues.apache.org/jira/browse/AVRO-3579?focusedWorklogId=794089&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-794089
]
ASF GitHub Bot logged work on AVRO-3579:
----------------------------------------
Author: ASF GitHub Bot
Created on: 22/Jul/22 07:19
Start Date: 22/Jul/22 07:19
Worklog Time Spent: 10m
Work Description: clesaec commented on PR #1769:
URL: https://github.com/apache/avro/pull/1769#issuecomment-1192264235
I tried the maven command on my laptop, it seems to not work fully well :
- it does not transform RunWith & Parameterized Test
I still have :
```java
import org.junit.runner.RunWith;
import org.junit.runners.Parameterized;
```
- Some transformations does not work well
```
- assertTrue(Arrays.equals(customSyncFile, sameCustomSyncFile));
+ assertEquals(Arrays, customSyncFile);
```
At least, it could be a good starting point.
Issue Time Tracking
-------------------
Worklog Id: (was: 794089)
Time Spent: 40m (was: 0.5h)
> Java Test : From Junit4 to JUnit5
> ---------------------------------
>
> Key: AVRO-3579
> URL: https://issues.apache.org/jira/browse/AVRO-3579
> Project: Apache Avro
> Issue Type: Improvement
> Reporter: Christophe Le Saec
> Assignee: Christophe Le Saec
> Priority: Minor
> Labels: pull-request-available
> Time Spent: 40m
> Remaining Estimate: 0h
>
> Progressively pass from JUnit4 to JUnit5
--
This message was sent by Atlassian Jira
(v8.20.10#820010)