[
https://issues.apache.org/jira/browse/IMAGING-242?focusedWorklogId=348684&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-348684
]
ASF GitHub Bot logged work on IMAGING-242:
------------------------------------------
Author: ASF GitHub Bot
Created on: 24/Nov/19 10:17
Start Date: 24/Nov/19 10:17
Worklog Time Spent: 10m
Work Description: kinow commented on pull request #61: IMAGING-242
Complete the migration to JUnit Jupiter
URL: https://github.com/apache/commons-imaging/pull/61#discussion_r349914359
##########
File path:
src/test/java/org/apache/commons/imaging/roundtrip/BitmapRoundtripTest.java
##########
@@ -40,10 +38,12 @@
TestImages.createBitmapBitmapImage(300, 300), // larger than 256
};
- @DataPoints
- public static FormatInfo[] formatInfos = FormatInfo.READ_WRITE_FORMATS;
+ public static Stream<Arguments> testBitmapRoundtrip() {
Review comment:
Ah! `Arguments`? Hadn't seen this in their docs. Brilliant!
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 348684)
Time Spent: 1h 10m (was: 1h)
> Move to JUnit 5
> ---------------
>
> Key: IMAGING-242
> URL: https://issues.apache.org/jira/browse/IMAGING-242
> Project: Commons Imaging
> Issue Type: Improvement
> Components: imaging.*
> Affects Versions: 1.0-alpha1
> Reporter: Bruno P. Kinoshita
> Assignee: Bruno P. Kinoshita
> Priority: Minor
> Fix For: 1.0-alpha2
>
> Time Spent: 1h 10m
> Remaining Estimate: 0h
>
--
This message was sent by Atlassian Jira
(v8.3.4#803005)