afs commented on PR #3986:
URL: https://github.com/apache/jena/pull/3986#issuecomment-4679378435

   The conversion is guided AI and human checking.
   
   @arne-bdt -- I'm going to add converting 
`jena-core/src/test/java/org/apache/jena/mem/` from JUnit4 to JUnit6 to this PR.
   
   That's much easier (= much more reliable in copilot) than JUnit3 conversion. 
It's almost applying certain fixed conversions. Only parameterization is 
different.
   
   JUnit3 conversion is made complicated by the amount of local infrastructure. 
It shows the JUnit3 framework was quite basic. The local JUnit3-related code 
around the tests is providing what in effect is parameterization, shared tests, 
and the way tests are grouped together, all of which are quite different in 
JUnit nowadays.
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to